Remove terrible "pow()" functions
authorSam Moore <[email protected]>
Sun, 3 Aug 2014 13:55:56 +0000 (21:55 +0800)
committerSam Moore <[email protected]>
Sun, 3 Aug 2014 13:55:56 +0000 (21:55 +0800)
commit9e1a33043e1242c4605f2a3a48bd948fc760d948
treebe9797194a33fa347c2f8562f512065b73491f78
parente0cd98bdff7f026b92f2c0e5b08639e08b98874e
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.
src/bezier.cpp
src/rational.h
src/real.cpp
src/real.h
src/vfpu.h
src/view.cpp

UCC git Repository :: git.ucc.asn.au