From b27b34a76fa16fcb96632a5bf245f3876183c479 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Apr 2007 12:55:22 +0000 Subject: Added a reference to gdtoa, for doing expected conversion of double to amount. --- COPYING | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 COPYING (limited to 'COPYING') diff --git a/COPYING b/COPYING new file mode 100644 index 00000000..83a0e129 --- /dev/null +++ b/COPYING @@ -0,0 +1,9 @@ +This software may be copied freely, so long as the terms of the +license -- described in the file LICENSE -- are observed. + +Further, the license terms described in gdtoa/LICENSE must also be +observed, or else edit amount.cc and comment out the definition of +HAVE_GDTOA. If this is done, I recommend avoiding all conversions +from double to ledger::amount, as they will acquire an unexpected +degree of precision (i.e., 123.123 is likely to be rendered as +123.12300000002 or something similar). -- cgit v1.2.3