Browse thread
float precision on AMD64
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Mike Lin <nilekim@g...> |
| Subject: | float precision on AMD64 |
Hi folks, ints are appropriately wider on AMD64 ocaml, but floats don't seem to be...max_float and epsilon_float are the same on my 64-bit machine as on a 32-bit, while max_int is larger. Is this by design?