diff scripts/general/rem.m @ 3426:f8dde1807dee

[project @ 2000-01-13 08:40:00 by jwe]
author jwe
date Thu, 13 Jan 2000 08:40:53 +0000
parents 5e0a0b1cba43
children e031284eea27
line wrap: on
line diff
--- a/scripts/general/rem.m
+++ b/scripts/general/rem.m
@@ -21,11 +21,11 @@
 ## @deftypefn {Mapping Function} {} rem (@var{x}, @var{y})
 ## Return the remainder of @code{@var{x} / @var{y}}, computed using the
 ## expression
-## 
+##
 ## @example
 ## x - y .* fix (x ./ y)
 ## @end example
-## 
+##
 ## An error message is printed if the dimensions of the arguments do not
 ## agree, or if either of the arguments is complex.
 ## @end deftypefn