• Russ Cox's avatar
    * faster atof for common cases · ed628ca7
    Russ Cox authored
      (gets 3x speedup in go; got 40x in c)
    * handle and test overflow
    
    R=r
    DELTA=217  (200 added, 0 deleted, 17 changed)
    OCL=19399
    CL=19422
    ed628ca7
Name
Last commit
Last update
..
Makefile Loading commit data...
atof.go Loading commit data...
atoi.go Loading commit data...
decimal.go Loading commit data...
ftoa.go Loading commit data...
itoa.go Loading commit data...
test.bash Loading commit data...
testatof.go Loading commit data...
testfp.go Loading commit data...
testfp.txt Loading commit data...
testftoa.go Loading commit data...