kwolekr 42cf5e972d Improve accuracy and safety of float serialization
Multiplying by a factor of 1/1000.f (rather than dividing by 1000.f) directly
introduces an error of 1 ULP.  With this patch, an exact comparison of a
floating point literal with the deserialized F1000 form representing it is now
guaranteed to be successful.
In addition, the maxmium and minimum safely representible floating point
numbers are now well-defined as constants.
2015-08-01 19:30:08 -04:00
..
2015-07-27 06:42:56 +02:00
2015-04-26 15:08:54 -04:00
2015-05-04 20:01:10 -04:00
2015-04-26 15:08:54 -04:00
2015-05-08 00:55:42 -04:00