Mercurial > hg > octave-nkf
diff scripts/strings/dec2base.m @ 3791:c1c532a0acb2
[project @ 2001-02-09 15:28:23 by jwe]
author | jwe |
---|---|
date | Fri, 09 Feb 2001 15:28:23 +0000 |
parents | 2a257be5e488 |
children | 22bd65326ec1 |
line wrap: on
line diff
--- a/scripts/strings/dec2base.m +++ b/scripts/strings/dec2base.m @@ -42,7 +42,7 @@ ## ## @seealso{base2dec, dec2bin, bin2dec, hex2dec, dec2hex} -## Author: Daniel Calvelo <> +## Author: Daniel Calvelo <dcalvelo@yahoo.com> ## Adapted-by: Paul Kienzle <pkienzle@kienzle.powernet.co.uk> function out = dec2base (d, base)