From bug-octave-request at bevo dot che dot wisc dot edu Fri Dec 26 09:40:16 2003 Subject: typo in fmod help file From: zhouer To: bug-octave at bevo dot che dot wisc dot edu Date: Fri, 26 Dec 2003 02:00:25 -0600 Hi, i think there is a typo in fmod help file, it should be ``remainder of X / Y'' rather then ``remainder of Y / X'' octave-2.1.50:1> help fmod fmod is a built-in function - Mapping Function: fmod (X, Y) Compute the floating point remainder of Y / X using the C library function `fmod'. The result has the same sign as X. If Y is zero, the result implementation-defined. ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------