changeset 1562:1cff14ab83a4

[project @ 1995-10-12 11:02:40 by jwe]
author jwe
date Thu, 12 Oct 1995 11:02:40 +0000
parents ffee86c37931
children 562fed28ce22
files src/mappers.cc
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/mappers.cc	Thu Oct 12 08:12:14 1995 +0000
+++ b/src/mappers.cc	Thu Oct 12 11:02:40 1995 +0000
@@ -438,6 +438,8 @@
 
   DEFUN_MAPPER ("tanh", Stanh, 0, 0.0, 0.0, tanh, 0, tanh,
     "tanh (X): compute tanh (X) for each element of X");
+
+  DEFALIAS (gammaln, lgamma);
 }
 
 /*