|
|
|
|
|
by nvy
1129 days ago
|
|
The way you're using "decimal floating point" seems to imply there is a "floating point" that is not "decimal". My understanding is that "decimal", in the context of programming, is a less-precise term to mean floating-point (i.e. encompassing IEEE 754 floats, double- vs single-precision, etc), because they're all binary numbers if you dig deep enough, right? But apparently I am incorrect/underinformed about this. What is "decimal", then? |
|