diff scripts/general/cplxpair.m @ 5831:b0d4ff99a0c5

[project @ 2006-05-26 21:06:00 by jwe]
author jwe
date Fri, 26 May 2006 21:06:00 +0000
parents 27c966e4b2dc
children 34f96dd5441b
line wrap: on
line diff
--- a/scripts/general/cplxpair.m	Fri May 26 19:04:08 2006 +0000
+++ b/scripts/general/cplxpair.m	Fri May 26 21:06:00 2006 +0000
@@ -23,8 +23,8 @@
 ## increasing real part.  With identical real parts, order by increasing
 ## imaginary magnitude. Place the negative imaginary complex number
 ## first within each pair. Place all the real numbers after all the 
-## complex pairs (those with @code {abs ( imag (@var{z}) / @var{z}) < 
-## @var{tol}}), where the default value of @var{tol} is @code{100 * 
+## complex pairs (those with @code{abs (imag (@var{z}) / @var{z}) < 
+## @var{tol})}, where the default value of @var{tol} is @code{100 * 
 ## @var{eps}}.
 ##
 ## By default the complex pairs are sorted along the first non-singleton
@@ -37,7 +37,7 @@
 ## pairs with identical real parts but differing imaginary parts.
 ##
 ## @example
-##     cplxpair (exp(2i*pi*[0:4]'/5)) == exp(2i*pi*[3; 2; 4; 1; 0]/5)
+## cplxpair (exp(2i*pi*[0:4]'/5)) == exp(2i*pi*[3; 2; 4; 1; 0]/5)
 ## @end example
 ## @end deftypefn