Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
qwertyuiop924
on Sept 25, 2016
|
parent
|
context
|
favorite
| on:
What every coder should know about gamma
C actually makes it really hard to trap on overflow. It's one of the biggest reasons C kinda sucks.
The way a lot of HLLs do it is to detect a potential overflow, and convert to bignum if needed.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The way a lot of HLLs do it is to detect a potential overflow, and convert to bignum if needed.