Mercurial > hg > octave-lyh
diff scripts/general/logspace.m @ 2325:b5568c31ee2c
[project @ 1996-07-15 22:20:21 by jwe]
author | jwe |
---|---|
date | Mon, 15 Jul 1996 22:20:21 +0000 |
parents | 949ab8eba8bc |
children | eac91893f3fc |
line wrap: on
line diff
--- a/scripts/general/logspace.m +++ b/scripts/general/logspace.m @@ -24,7 +24,7 @@ ## ## If the final argument is omitted, n = 50 is assumed. ## -## All three arguments must be scalars. +## All three arguments must be scalars. ## ## Note that if if x2 is pi, the points are between 10^x1 and pi, NOT ## 10^x1 and 10^pi. @@ -46,7 +46,7 @@ npoints = fix (n); else error ("logspace: arguments must be scalars"); - endif + endif else usage ("logspace (x1, x2 [, n])"); endif