Mercurial > hg > octave-nkf
diff scripts/strings/dec2bin.m @ 9209:923c7cb7f13f
Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
spellchecked all .txi and .texi files.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 17 May 2009 12:18:06 -0700 |
parents | 1bf0ce0930be |
children | 16f53d29049f |
line wrap: on
line diff
--- a/scripts/strings/dec2bin.m +++ b/scripts/strings/dec2bin.m @@ -19,7 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} dec2bin (@var{n}, @var{len}) -## Return a binary number corresponding to the nonnegative decimal number +## Return a binary number corresponding to the non-negative decimal number ## @var{n}, as a string of ones and zeros. For example, ## ## @example