Mercurial > hg > octave-lyh
diff src/data.cc @ 4685:14a1c9f42f67
[project @ 2004-01-06 17:20:02 by jwe]
author | jwe |
---|---|
date | Tue, 06 Jan 2004 17:20:55 +0000 |
parents | 77566be8b9e9 |
children | b484cdca27be |
line wrap: on
line diff
--- a/src/data.cc +++ b/src/data.cc @@ -264,9 +264,9 @@ DEFUN (fmod, args, , "-*- texinfo -*-\n\ @deftypefn {Mapping Function} {} fmod (@var{x}, @var{y})\n\ -Compute the floating point remainder of @var{y} / @var{x} using the C\n\ -library function @code{fmod}. The result has the same sign as @var{x}.\n\ -If @var{y} is zero, the result implementation-defined.\n\ +Compute the floating point remainder of dividing @var{x} by @var{y}\n\ +using the C library function @code{fmod}. The result has the same\n\ +sign as @var{x}. If @var{y} is zero, the result implementation-defined.\n\ @end deftypefn") { octave_value retval;