Changeset db29c34 in mainline
- Timestamp:
- 2019-02-12T14:39:52Z (6 years ago)
- Children:
- 62101bee
- Parents:
- aaf9789c
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-02-12 14:38:53)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-02-12 14:39:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/test/ieee_double.c
raaf9789c rdb29c34 30 30 #include <ieee_double.h> 31 31 32 /*33 * This is a test for double precision 64-bit34 * floating numbers which are specified35 * according to IE75436 *37 * A very useful JS calculator for IEEE 754 numbers38 * for 64bits39 * weitz.de/ieee/40 *41 * for 32 bits42 * www.h-schmidt.net/FloatConverter/IEEE754.html43 */44 45 32 union { 46 33 uint64_t integer;
Note:
See TracChangeset
for help on using the changeset viewer.