android13/external/python/pyyaml/tests/data/float-representer-2.3-bug.code

8 lines
96 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
{
# 0.0: 0,
1.0: 1,
1e300000: +10,
-1e300000: -10,
1e300000/1e300000: 100,
}