changeset 5418:58107fed39bf

[project @ 2005-07-21 00:04:46 by jwe]
author jwe
date Thu, 21 Jul 2005 00:04:46 +0000
parents 58cd95e83cc5
children cbcd2009c4be
files src/mappers.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mappers.cc	Mon Jul 18 18:48:11 2005 +0000
+++ b/src/mappers.cc	Thu Jul 21 00:04:46 2005 +0000
@@ -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,