Mercurial > hg > octave-lyh
diff src/mappers.cc @ 5418:58107fed39bf
[project @ 2005-07-21 00:04:46 by jwe]
author | jwe |
---|---|
date | Thu, 21 Jul 2005 00:04:46 +0000 |
parents | 25c8956d2204 |
children | a9bd6c31751f |
line wrap: on
line diff
--- a/src/mappers.cc +++ b/src/mappers.cc @@ -590,7 +590,7 @@ DEFUN_MAPPER (sinh, 0, 0, 0, sinh, 0, std::sinh, 0.0, 0.0, 0, 0, "-*- texinfo -*-\n\ @deftypefn {Mapping Function} {} sinh (@var{x})\n\ -Compute the inverse hyperbolic sine of each element of @var{x}.\n\ +Compute the hyperbolic sine of each element of @var{x}.\n\ @end deftypefn"); DEFUN_MAPPER (sqrt, 0, 0, 0, sqrt, 0, std::sqrt, 0.0, octave_Inf, 0, 1,