comparison scripts/specfun/reallog.m @ 9051:1bf0ce0930be

Grammar check TexInfo in all .m files Cleanup documentation sources to follow a few consistent rules. Spellcheck was NOT done. (but will be in another changeset)
author Rik <rdrider0-list@yahoo.com>
date Fri, 27 Mar 2009 22:31:03 -0700
parents 3eb2094eefe5
children c1fff751b5a8
comparison
equal deleted inserted replaced
9044:656ad518f385 9051:1bf0ce0930be
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} reallog (@var{x}) 20 ## @deftypefn {Function File} {} reallog (@var{x})
21 ## Return the real natural logarithm of @var{x}. If any element results in the 21 ## Return the real natural logarithm of @var{x}. If any element results in the
22 ## return value being complex @code{reallog} produces an error. 22 ## return value being complex @code{reallog} produces an error.
23 ## @seealso{log, realsqrt, realpow} 23 ## @seealso{log, realsqrt, realpow}
24 ## @end deftypefn 24 ## @end deftypefn
25 25
26 function y = reallog (x) 26 function y = reallog (x)