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:
parent
f461643582
commit
a55c430f09
10 changed files with 224 additions and 40 deletions
7
sprout/math/gamma.hpp
Normal file
7
sprout/math/gamma.hpp
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue