comparison scripts/general/cplxpair.m @ 10846:a4f482e66b65

Grammarcheck more of the documentation. Use @noindent macro appropriately. Limit line length to 80 characters.
author Rik <octave@nomad.inbox5.com>
date Sun, 01 Aug 2010 20:22:17 -0700
parents d1978e7364ad
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10845:c0ffe159ba1a 10846:a4f482e66b65
34 ## 34 ##
35 ## Signal an error if some complex numbers could not be paired. Signal an 35 ## Signal an error if some complex numbers could not be paired. Signal an
36 ## error if all complex numbers are not exact conjugates (to within 36 ## error if all complex numbers are not exact conjugates (to within
37 ## @var{tol}). Note that there is no defined order for pairs with identical 37 ## @var{tol}). Note that there is no defined order for pairs with identical
38 ## real parts but differing imaginary parts. 38 ## real parts but differing imaginary parts.
39 ## @c Set example in small font to prevent overfull line
39 ## 40 ##
40 ## @c Set example in small font to prevent overfull line
41 ## @smallexample 41 ## @smallexample
42 ## cplxpair (exp(2i*pi*[0:4]'/5)) == exp(2i*pi*[3; 2; 4; 1; 0]/5) 42 ## cplxpair (exp(2i*pi*[0:4]'/5)) == exp(2i*pi*[3; 2; 4; 1; 0]/5)
43 ## @end smallexample 43 ## @end smallexample
44 ## @end deftypefn 44 ## @end deftypefn
45 45