Optimize slightly the float constructor.
[pyyaml/python3.git] / tests / data / float-representer-2.3-bug.code
blobd8db834bbdc2bac09206b36f128cc5188994eb2c
2 #    0.0: 0,
3     1.0: 1,
4     1e300000: +10,
5     -1e300000: -10,
6     1e300000/1e300000: 100,