|
|
|
|
|
by pixelesque
1048 days ago
|
|
Some do (i.e. Nuke compositor .nk files in the VFX industry, which stores some float values as hex)... but then you loose the human readability / "understand-ability at a glance" advantage, so it sort of depends what the use-case is... |
|
So 5e3 is a float; 3/8 is a float; and 5e3+3/8 is a float. Each cleanly and exactly representing particular IEEE754 values, while also being readable as a base-10 polynomials.
Maybe fractions of arithmetically-specified powers of two could also be allowed, for really big denominators. 3/2**26, for example.