OLD | NEW |
---|---|
(Empty) | |
1 This directory contains David M. Gay's floating point routines. | |
2 License can be found in individual .cc files. | |
3 | |
4 Original dtoa.c file can be found at <http://www.netlib.org/fp/dtoa.c>. | |
5 Original g_fmt.c file can be found at <http://www.netlib.org/fp/g_fmt.c>. | |
6 You may be also interested in <http://www.netlib.org/fp/>. | |
7 | |
8 List of changes made to original code: | |
9 - wrapped functions in dmg_fp namespace | |
10 - renamed .c files to .cc | |
11 - added dmg_fp.h header | |
OLD | NEW |