Compile time math utilities
commit0a83d15bd4c757b953cf7d4b3fee07f1674f711c
authorSven Suursoho <sven.suursoho@gmail.com>
Wed, 24 Sep 2008 20:21:18 +0000 (24 23:21 +0300)
committerSven Suursoho <sven.suursoho@gmail.com>
Wed, 24 Sep 2008 20:21:18 +0000 (24 23:21 +0300)
tree454a97d06a1e9857cd63a1db71e7ea6ea37a8491
parent988b95ab9b7920540b7faee5a60c9cb87d0b2877
Compile time math utilities
sol/math.hpp
sol/math/abs.hpp
sol/math/abs_test.cpp [new file with mode: 0644]
sol/math/gcd.hpp
sol/math/gcd_test.cpp [new file with mode: 0644]
sol/math/module.cmake
sol/math/ratio.hpp
sol/math/ratio_test.cpp [new file with mode: 0644]
sol/math/sign.hpp
sol/math/sign_test.cpp [new file with mode: 0644]