« earlier | later » Page 1 of 1
IEEE floating point exceptions: NaNs, 1.#INF, 1.#IND, etc edit / delete
How to do isnan() on Windows, and what the VC++ implementation of printf does with various NaNs.
to floating-point ieee programming win32 ... on 14 October 2011
Faster Floating Point to Integer Conversions. edit / delete
How to do rounding and truncating float-to-int conversions efficiently using C99. We'll want this in the Tock support header.
to c99 compiler floating-point research tock ... on 14 October 2008
Prof. W. Kahan's web pages edit / delete
Includes a variety of splendid publications on floating-point maths and how it's implemented. Worth referring to for occam-pi's maths implementation.
to compiler floating-point maths papers research ... on 13 December 2007
An excellent retrocomputing-oriented guide to "how computers work". Has a particularly good page on different floating-point formats.
to architecture computing cs floating-point retrocomputing teaching ... on 05 March 2007
« earlier | later » Page 1 of 1
| - floating-point | |
| 1 | + architecture |
| 1 | + c99 |
| 2 | + compiler |
| 1 | + computing |
| 1 | + cs |
| 1 | + ieee |
| 1 | + maths |
| 1 | + papers |
| 1 | + programming |
| 2 | + research |
| 1 | + retrocomputing |
| 1 | + teaching |
| 1 | + tock |
| 1 | + win32 |
tasty by Adam Sampson.