• Kai Backman's avatar
    support for printing floats: · 26e84642
    Kai Backman authored
    fmt.Printf("float32 %f\n", float32(1234.56789))
    fmt.Printf("float64 %f\n", float64(1234.56789))
    ->
    float32 1234.567871
    float64 1234.567890
    
    this is a snapshot. extended instruction support, corner cases
    and fixes coming in subseuent cls.
    
    R=rsc
    CC=dpx, golang-dev
    https://golang.org/cl/876045
    26e84642
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...