comparison doc/interpreter/strings.txi @ 7639:b2fbb393a072

Add the num2hex and hex2num functions
author David Bateman <dbateman@free.fr>
date Tue, 25 Mar 2008 20:22:46 -0400
parents 503001863427
children bbaa5d7d0143
comparison
equal deleted inserted replaced
7638:2df457529cfa 7639:b2fbb393a072
295 295
296 @DOCSTRING(dec2base) 296 @DOCSTRING(dec2base)
297 297
298 @DOCSTRING(base2dec) 298 @DOCSTRING(base2dec)
299 299
300 @DOCSTRING(num2hex)
301
302 @DOCSTRING(hex2num)
303
300 @DOCSTRING(str2double) 304 @DOCSTRING(str2double)
301 305
302 @DOCSTRING(strjust) 306 @DOCSTRING(strjust)
303 307
304 @DOCSTRING(str2num) 308 @DOCSTRING(str2num)