comparison scripts/testfun/assert.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 be55736a0783
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10845:c0ffe159ba1a 10846:a4f482e66b65
45 ## If @var{tol} is positive use it as an absolute tolerance, will produce an 45 ## If @var{tol} is positive use it as an absolute tolerance, will produce an
46 ## error if 46 ## error if
47 ## @code{abs(@var{observed} - @var{expected}) > abs(@var{tol})}. 47 ## @code{abs(@var{observed} - @var{expected}) > abs(@var{tol})}.
48 ## If @var{tol} is negative use it as a relative tolerance, will produce an 48 ## If @var{tol} is negative use it as a relative tolerance, will produce an
49 ## error if 49 ## error if
50 ## @code{abs(@var{observed} - @var{expected}) > abs(@var{tol} * @var{expected})}. 50 ## @code{abs(@var{observed} - @var{expected}) > abs(@var{tol} *
51 ## If @var{expected} is zero @var{tol} will always be used as an absolute 51 ## @var{expected})}. If @var{expected} is zero @var{tol} will always be used as
52 ## tolerance. 52 ## an absolute tolerance.
53 ## @end table 53 ## @end table
54 ## @seealso{test} 54 ## @seealso{test}
55 ## @end deftypefn 55 ## @end deftypefn
56 56
57 ## FIXME: Output throttling: don't print out the entire 100x100 matrix, 57 ## FIXME: Output throttling: don't print out the entire 100x100 matrix,