summaryrefslogtreecommitdiffstats
path: root/tests/data/extras/valid/burntsushi-repo/float-inf-and-nan.toml
blob: c8f8459c69384ed6f905ff68ef41d93c82d822bf (plain)
1
2
3
4
5
6
7
8
# We don't encode +nan and -nan back with the signs; many languages don't
# support a sign on NaN (it doesn't really make much sense).
nan = nan
nan_neg = -nan
nan_plus = +nan
infinity = inf
infinity_neg = -inf
infinity_plus = +inf