* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
11 lines
133 B
Plaintext
11 lines
133 B
Plaintext
|
|
#require "hbnf"
|
|
|
|
PROCEDURE Main( cNum, cPrec )
|
|
|
|
__defaultNIL( @cPrec, "6" )
|
|
|
|
? ft_D2E( Val( cNum ), Val( cPrec ) )
|
|
|
|
RETURN
|