Mercurial > hg > octave-lyh
comparison scripts/general/rem.m @ 5642:2618a0750ae6
[project @ 2006-03-06 21:26:48 by jwe]
author | jwe |
---|---|
date | Mon, 06 Mar 2006 21:26:54 +0000 |
parents | 4c8a2e4e0717 |
children | 34f96dd5441b |
comparison
equal
deleted
inserted
replaced
5641:eb998631a4aa | 5642:2618a0750ae6 |
---|---|
26 ## x - y .* fix (x ./ y) | 26 ## x - y .* fix (x ./ y) |
27 ## @end example | 27 ## @end example |
28 ## | 28 ## |
29 ## An error message is printed if the dimensions of the arguments do not | 29 ## An error message is printed if the dimensions of the arguments do not |
30 ## agree, or if either of the arguments is complex. | 30 ## agree, or if either of the arguments is complex. |
31 ## @seealso{mod, round} | |
31 ## @end deftypefn | 32 ## @end deftypefn |
32 ## | |
33 ## @seealso{mod, round} | |
34 | 33 |
35 ## Author: jwe | 34 ## Author: jwe |
36 | 35 |
37 function r = rem (x, y) | 36 function r = rem (x, y) |
38 | 37 |