comparison 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
comparison
equal deleted inserted replaced
9208:cb163402bf79 9209:923c7cb7f13f
17 ## along with Octave; see the file COPYING. If not, see 17 ## along with Octave; see the file COPYING. If not, see
18 ## <http://www.gnu.org/licenses/>. 18 ## <http://www.gnu.org/licenses/>.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} dec2bin (@var{n}, @var{len}) 21 ## @deftypefn {Function File} {} dec2bin (@var{n}, @var{len})
22 ## Return a binary number corresponding to the nonnegative decimal number 22 ## Return a binary number corresponding to the non-negative decimal number
23 ## @var{n}, as a string of ones and zeros. For example, 23 ## @var{n}, as a string of ones and zeros. For example,
24 ## 24 ##
25 ## @example 25 ## @example
26 ## @group 26 ## @group
27 ## dec2bin (14) 27 ## dec2bin (14)