1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add math tgamma

This commit is contained in:
bolero-MURAKAMI 2013-04-22 23:55:30 +09:00
parent f461643582
commit a55c430f09
10 changed files with 224 additions and 40 deletions

7
sprout/math/gamma.hpp Normal file
View file

@ -0,0 +1,7 @@
#ifndef SPROUT_MATH_GAMMA_HPP
#define SPROUT_MATH_GAMMA_HPP
#include <sprout/config.hpp>
#include <sprout/math/tgamma.hpp>
#endif // #ifndef SPROUT_MATH_GAMMA_HPP