From: Sam Moore Date: Sun, 6 Jul 2014 09:32:28 +0000 (+0800) Subject: Horribly unreliable Arbint's and Rational's X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=sidebyside;h=39599aa6423d3e0181fbfe2aac8f78f388a3f372;hp=39599aa6423d3e0181fbfe2aac8f78f388a3f372;p=ipdf%2Fcode.git Horribly unreliable Arbint's and Rational's Changes from before: Arbint's use a division algorithm based on bitshifting. So, you might get a random segfault (if you scroll you will definitely get a random segfault) and pretty much every single operation with Rational gives you an accuracy warning... And yet somehow I can render a Bezier. Really slowly. ---