diff scripts/strings/dec2hex.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/dec2hex.m	Thu Jul 11 21:25:22 1996 +0000
+++ b/scripts/strings/dec2hex.m	Fri Jul 12 03:58:02 1996 +0000
@@ -22,6 +22,8 @@
 ## Returns the hex number corresponding to the decimal number d.  For
 ## example, dec2hex (2748) returns "abc". 
 
+## Author: jwe
+
 function h = dec2hex (d)
 
 ## Original version by Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>.