Mercurial > hg > octave-nkf
diff src/mappers.cc @ 9165:8c71a86c4bf4
Update section 17.5 (Utility Functions) of arith.txi
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Fri, 01 May 2009 10:06:16 -0700 |
parents | ad20b967e1c9 |
children | 1231b1762a9a |
line wrap: on
line diff
--- a/src/mappers.cc +++ b/src/mappers.cc @@ -712,7 +712,7 @@ DEFUN (fix, args, , "-*- texinfo -*-\n\ @deftypefn {Mapping Function} {} fix (@var{x})\n\ -Truncate fractional portion of @var{x} and return integer portion. This\n\ +Truncate fractional portion of @var{x} and return the integer portion. This\n\ is equivalent to rounding towards zero. If @var{x} is complex, return\n\ @code{fix (real (@var{x})) + fix (imag (@var{x})) * I}.\n\ @example\n\