Mercurial > hg > octave-lyh
diff 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 |
line wrap: on
line diff
--- a/scripts/testfun/assert.m +++ b/scripts/testfun/assert.m @@ -47,9 +47,9 @@ ## @code{abs(@var{observed} - @var{expected}) > abs(@var{tol})}. ## If @var{tol} is negative use it as a relative tolerance, will produce an ## error if -## @code{abs(@var{observed} - @var{expected}) > abs(@var{tol} * @var{expected})}. -## If @var{expected} is zero @var{tol} will always be used as an absolute -## tolerance. +## @code{abs(@var{observed} - @var{expected}) > abs(@var{tol} * +## @var{expected})}. If @var{expected} is zero @var{tol} will always be used as +## an absolute tolerance. ## @end table ## @seealso{test} ## @end deftypefn