]> git.localhorst.tv Git - l2e.git/commit
added Rational template (for fractions)
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 21 Feb 2013 07:10:47 +0000 (08:10 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 24 Feb 2013 21:33:41 +0000 (22:33 +0100)
commit7df7c6eca83c2b5c0ee17c55340d8863f9d638f5
treea1d8fe105df2cec042b5a9dc8e33af704647cb46
parenta49be7b8db5f9c5c1073d0a3e3da62f99324d0f1
added Rational template (for fractions)
src/math/Rational.h [new file with mode: 0644]
tests/math/RationalTest.cpp [new file with mode: 0644]
tests/math/RationalTest.h [new file with mode: 0644]