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: | sejourne_kevin <sejourne_kevin@y...> |
| Subject: | Re: [Caml-list] float precision on AMD64 |
Robert Roessler wrote : > This is probably because "floats" in standard (32-bit) OCaml are already > "doubles" (they use IEEE 64-bit floating point representation). :) So is it possible to have a module of unboxed float with lesser precision? just like integer. Kévin.