Hacker News new | ask | show | jobs
by semaphoreP 3403 days ago
Or you can think of it as precision in the number of significant digits for a number. Each floating point number can only store a certain amount of significant digits. The fractional precision on each float is the same, but the absolute magnitude of the error in the float value increases as the value increases.
1 comments

That's how I learned it.