language agnostic - Is floating point math broken? - Stack ...
Binary floating point math is like this. In most programming languages, it is based on the IEEE 754 standard.The crux of the problem is that numbers are represented in this format as a whole number times a power of two; rational numbers (such as 0.1, which is 1/10) whose denominator is not a power of two cannot be exactly represented.. For 0.1 in the standard binary64 format, the ...
اقرأ أكثر