Y
Hacker News
new
|
ask
|
show
|
jobs
by
Cshelton
3715 days ago
I just did some ownership percentage stuff where it's not uncommon to go 16 decimal places out...working with JavaScript on this was a pain. Never thought I'd care about that .00000000000001 difference hah...
1 comments
tlarkworthy
3715 days ago
floating point works best near 0, most of the numbers it can represent lie near 0 (negative exponent is a number less than 1).
link