Compile time simple math calculations
commit3e8c20730c5f8cd95cfd1d41d56523b00a790f2c
authorSven Suursoho <sven.suursoho@gmail.com>
Tue, 23 Sep 2008 21:59:45 +0000 (24 00:59 +0300)
committerSven Suursoho <sven.suursoho@gmail.com>
Tue, 23 Sep 2008 21:59:45 +0000 (24 00:59 +0300)
tree26453bf2d03ce4a70b27cd2df2cfe38bd3e3f063
parent6dec2de7f3ec0fe1de16c20463196da6fc51d210
Compile time simple math calculations
sol/math.hpp [new file with mode: 0644]
sol/math/abs.hpp [new file with mode: 0644]
sol/math/gcd.hpp [new file with mode: 0644]
sol/math/ratio.hpp [new file with mode: 0644]
sol/math/sign.hpp [new file with mode: 0644]