...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/float/exponent.json

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

     1{
     2  "lower": {
     3    "type": "float",
     4    "value": "300.0"
     5  },
     6  "minustenth": {
     7    "type": "float",
     8    "value": "-0.1"
     9  },
    10  "neg": {
    11    "type": "float",
    12    "value": "0.03"
    13  },
    14  "pointlower": {
    15    "type": "float",
    16    "value": "310.0"
    17  },
    18  "pointupper": {
    19    "type": "float",
    20    "value": "310.0"
    21  },
    22  "pos": {
    23    "type": "float",
    24    "value": "300.0"
    25  },
    26  "upper": {
    27    "type": "float",
    28    "value": "300.0"
    29  },
    30  "zero": {
    31    "type": "float",
    32    "value": "3.0"
    33  }
    34}

View as plain text