From: Sam Moore Date: Fri, 3 Oct 2014 08:38:01 +0000 (+0800) Subject: Gmprat logarithms now O(1) not O(N) X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=commitdiff_plain;h=67539822c80c8057d850b542abc142c189bd3f05;hp=67539822c80c8057d850b542abc142c189bd3f05 Gmprat logarithms now O(1) not O(N) ... Where the "1" is determined log(3), don't get too excited So we can finally actually print values outside DBL_MIN->DBL_MAX Now to go through and remove all the cast to doubles... ---