|
|
|
|
|
by paulddraper
811 days ago
|
|
> I-JSON messages SHOULD NOT include numbers that express greater magnitude or precision than an IEEE 754 double precision number provides I'm confused by this. What is the precision of 0.1, relative to IEEE 754? If I read it correctly, that statement is saying: json_number_precision(json_number) <= ieee_754_precision
^ How do I calculate these values? |
|