Mercurial > hg > octave-lyh
diff scripts/strings/dec2base.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 | 923c7cb7f13f |
line wrap: on
line diff
--- a/scripts/strings/dec2base.m +++ b/scripts/strings/dec2base.m @@ -22,8 +22,10 @@ ## the nonnegative integer @var{n}. ## ## @example +## @group ## dec2base (123, 3) ## @result{} "11120" +## @end group ## @end example ## ## If @var{n} is a vector, return a string matrix with one row per value, @@ -34,8 +36,10 @@ ## as a symbol. ## ## @example +## @group ## dec2base (123, "aei") ## @result{} "eeeia" +## @end group ## @end example ## ## The optional third argument, @var{len}, specifies the minimum