Mercurial > hg > octave-nkf
diff scripts/strings/dec2bin.m @ 2314:949ab8eba8bc
[project @ 1996-07-12 03:58:02 by jwe]
author | jwe |
---|---|
date | Fri, 12 Jul 1996 03:58:02 +0000 |
parents | 5ca126254d15 |
children | b5568c31ee2c |
line wrap: on
line diff
--- a/scripts/strings/dec2bin.m +++ b/scripts/strings/dec2bin.m @@ -22,6 +22,8 @@ ## Returns the binary number corresponding to the nonnegative integer ## x. For example, dec2bin (14) returns "1110". +## Author: jwe + function y = dec2bin (x) ## Original version by Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>.