Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
tyingq
6y ago
0 comments
Save
Share
It seems to just be layman shorthand for storing (not huge) integers as binary isn't lossy.
0 comments
5 comments · 1 top-level
top
newest
oldest
Dylan16807
6y ago
· 4 in thread
Storing integers as decimal (which computers can do easily) isn't lossy either.
viraptor
6y ago
I believe that's where "natively" comes in. If you store it in binary, you can operate on the values as numbers. If you do some decimal conversion, it's a blob of data. (Yes, there are BCD instructions but they're massively limited)
SmellyGeekBoy
6y ago
Decimal numbers are still "stored as binary" at the silicon level.
mondoshawan
6y ago
Unless you're on an IBM 1401... :D
1 more reply
tyingq
OP
6y ago
I meant as opposed to floats, precision loss, etc.
j
/
k
navigate · click thread line to collapse