diff options
Diffstat (limited to 'base/third_party/dmg_fp/README.google')
-rw-r--r-- | base/third_party/dmg_fp/README.google | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/base/third_party/dmg_fp/README.google b/base/third_party/dmg_fp/README.google new file mode 100644 index 0000000..16d866d --- /dev/null +++ b/base/third_party/dmg_fp/README.google @@ -0,0 +1,11 @@ +This directory contains David M. Gay's floating point routines. +License can be found in individual .cc files. + +Original dtoa.c file can be found at <http://www.netlib.org/fp/dtoa.c>. +Original g_fmt.c file can be found at <http://www.netlib.org/fp/g_fmt.c>. +You may be also interested in <http://www.netlib.org/fp/>. + +List of changes made to original code: + - wrapped functions in dmg_fp namespace + - renamed .c files to .cc + - added dmg_fp.h header |