Fix compiling with non doubles
authorSam Moore <[email protected]>
Thu, 4 Sep 2014 18:14:52 +0000 (02:14 +0800)
committerSam Moore <[email protected]>
Thu, 4 Sep 2014 18:14:52 +0000 (02:14 +0800)
commit6472d20ee58d2ecc0aee8bc1a12a071b2afc8a27
tree8fe411daaf523e78cab9272b437b92170f5f5414
parent0361b11485ec41d2c2ddeb279abf846f777f5363
Fix compiling with non doubles

Added really terrible number representation as a series of operations on floats.
It currently gets a few things wrong...
src/Makefile
src/bezier.h
src/document.cpp
src/objectrenderer.cpp
src/paranoidnumber.cpp [new file with mode: 0644]
src/paranoidnumber.h [new file with mode: 0644]
src/path.cpp
src/rational.h
src/real.h
src/tests/fecalculator.cpp [new file with mode: 0644]
src/tests/paranoidcalculator.cpp [new file with mode: 0644]

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