comparison scripts/general/rem.m @ 2314:949ab8eba8bc

[project @ 1996-07-12 03:58:02 by jwe]
author jwe
date Fri, 12 Jul 1996 03:58:02 +0000
parents 5ca126254d15
children 8b262e771614
comparison
equal deleted inserted replaced
2313:5ca126254d15 2314:949ab8eba8bc
18 ## 02111-1307, USA. 18 ## 02111-1307, USA.
19 19
20 ## usage: rem (x, y) 20 ## usage: rem (x, y)
21 ## 21 ##
22 ## Return remainder (x, y). 22 ## Return remainder (x, y).
23
24 ## Author: jwe
23 25
24 function retval = rem (x, y) 26 function retval = rem (x, y)
25 27
26 if (nargin != 2) 28 if (nargin != 2)
27 usage ("rem (x, y)"); 29 usage ("rem (x, y)");