Mercurial > hg > octave-nkf
diff scripts/general/bitcmp.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 | eb63fbe60fab |
children | d1978e7364ad |
line wrap: on
line diff
--- a/scripts/general/bitcmp.m +++ b/scripts/general/bitcmp.m @@ -22,12 +22,14 @@ ## @var{k} is omitted @code{k = log2 (bitmax) + 1} is assumed. ## ## @example +## @group ## bitcmp(7,4) ## @result{} 8 ## dec2bin(11) ## @result{} 1011 ## dec2bin(bitcmp(11, 6)) ## @result{} 110100 +## @end group ## @end example ## @seealso{bitand, bitor, bitxor, bitset, bitget, bitcmp, bitshift, bitmax} ## @end deftypefn