|
|
|
|
|
by Cold_Miserable
181 days ago
|
|
Already done ages ago. Nothing more of interest. The bottleneck are the 3 conditionals:
- positive or negative
- positive or negative exponent, x > 10.0
- correction for 1.xxxxx * 2^Y => fract(log10(2^Y)) 1.xxxxxxxx > 10.0 |
|