...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/spec/float-0.toml

Documentation: github.com/BurntSushi/toml/internal/toml-test/tests/valid/spec

     1# fractional
     2flt1 = +1.0
     3flt2 = 3.1415
     4flt3 = -0.01
     5
     6# exponent
     7flt4 = 5e+22
     8flt5 = 1e06
     9flt6 = -2E-2
    10
    11# both
    12flt7 = 6.626e-34

View as plain text