diff options
author | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-10-07 12:51:41 +0000 |
---|---|---|
committer | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-10-07 13:00:23 +0000 |
commit | 469bdc80712dbf9c12562059dc4594620b59a076 (patch) | |
tree | c6da40a884899110d102d82a7a778f2b3afae702 /NOTICE | |
parent | e7aa6859f08565d58684fa4b9c40fed716f0ba17 (diff) |
Support MPFR floats in numkondov1.4
Remove '-D' option (error tolerance) in numkondo
Diffstat (limited to 'NOTICE')
-rw-r--r-- | NOTICE | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,2 +1,15 @@ meankondo Copyright 2015 Ian Jauslin + +The numerical values can be represented as multi-precision floats using +the GNU MPFR library, which is licensed under the GNU Lesser General +Public License (LGPL) version 3 (see LGPL3 for a copy of the license). +See + http://www.mpfr.org/ +for details. + +The GNU MPFR library is based on the GNU GMP library, which is licensed +under the GNU Lesser General Public License (LGPL) version 3 (see LGPL3 +for a copy of the license). See + http://www.gmplib.org/ +for details. |