From: Sam Moore Date: Sun, 3 Aug 2014 13:55:56 +0000 (+0800) Subject: Remove terrible "pow()" functions X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=commitdiff_plain;h=9e1a33043e1242c4605f2a3a48bd948fc760d948;hp=9e1a33043e1242c4605f2a3a48bd948fc760d948 Remove terrible "pow()" functions There are many reasons why that was terrible and it finally all came apart in a segfaultastic display. We now have Power which only works for integer powers But we only need those at the moment anyway. ---