diff scripts/strings/hex2dec.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 c9f70d39255f
line wrap: on
line diff
--- a/scripts/strings/hex2dec.m	Thu Jul 11 21:25:22 1996 +0000
+++ b/scripts/strings/hex2dec.m	Fri Jul 12 03:58:02 1996 +0000
@@ -23,6 +23,8 @@
 ## quotes.  For example, hex2dec ("12B") and hex2dec ("12b") both
 ## return 299.
 
+## Author: jwe
+
 function d = hex2dec (h)
 
   ## Original version by Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>.