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-21 18:14:39 +02:00
2015-02-21 14:03:27 +01:00
2015-07-27 06:42:56 +02:00
2013-02-24 20:15:24 +01:00
2013-02-24 20:15:24 +01:00
2015-02-21 14:32:35 +01:00
2012-07-21 03:36:34 +03:00
2015-05-01 07:34:51 +02:00
2013-02-24 20:15:24 +01:00
2015-02-21 14:03:27 +01:00
2015-02-21 14:03:27 +01:00
2015-07-08 10:12:44 +02:00
2015-07-10 15:58:57 -04:00