Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
fwip
on July 15, 2024
|
parent
|
context
|
favorite
| on:
Pi calculation world record with over 202T digits
Fixed-point also has guaranteed imprecision for many operations, because you only have a finite number of digits after the decimal point.
e.g, with two decimal digits: (2.83 * 0.10) = 0.283, which is stored as 0.28.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
e.g, with two decimal digits: (2.83 * 0.10) = 0.283, which is stored as 0.28.