Y
Hacker News
new
|
ask
|
show
|
jobs
by
bombcar
1833 days ago
I think the format for single precision and double is defined by the standard. Beyond that may be implementation dependent.
1 comments
_kst_
1833 days ago
The format for floating-point is specified by the IEEE floating-point standard (or whatever it's officially called these days). C permits but does not require IEEE format. Most implementations these days use it.
link