Y
Hacker News
new
|
ask
|
show
|
jobs
by
brudgers
4441 days ago
All versions of Excel have native support for integers.
http://msdn.microsoft.com/en-us/library/office/bb687869%28v=...
1 comments
clxl
4441 days ago
Excel supports 32 bit integers, which fit comfortably in IEEE754 doubles (there are 64 bit integers which cannot be exactly represented)
link