Mercurial > hg > octave-lyh
diff scripts/strings/dec2hex.m @ 5642:2618a0750ae6
[project @ 2006-03-06 21:26:48 by jwe]
author | jwe |
---|---|
date | Mon, 06 Mar 2006 21:26:54 +0000 |
parents | 4c8a2e4e0717 |
children | 34f96dd5441b |
line wrap: on
line diff
--- a/scripts/strings/dec2hex.m +++ b/scripts/strings/dec2hex.m @@ -32,9 +32,8 @@ ## ## The optional second argument, @var{len}, specifies the minimum ## number of digits in the result. +## @seealso{hex2dec, dec2base, base2dec, bin2dec, dec2bin} ## @end deftypefn -## -## @seealso{hex2dec, dec2base, base2dec, bin2dec, dec2bin} ## Author: Daniel Calvelo <dcalvelo@yahoo.com> ## Adapted-by: Paul Kienzle <pkienzle@kienzle.powernet.co.uk>