(no title)
arn3n
|
9 months ago
Not all decimal numbers have finite binary representations. 0.3, for example, is 0.010011 with a repeating block of 0011. For some business applications, you know you're being given a base 10 decimal of finite (but possibly very large) length.
eru|9 months ago
Many languages also have libraries (or standard libraries) for supporting arbitrary length and precision rational numbers.
viraptor|9 months ago