2013-04-22 23:55:30 +09:00
|
|
|
#ifndef SPROUT_MATH_GAMMA_HPP
|
|
|
|
#define SPROUT_MATH_GAMMA_HPP
|
|
|
|
|
|
|
|
#include <sprout/config.hpp>
|
|
|
|
#include <sprout/math/tgamma.hpp>
|
2013-04-23 19:03:03 +09:00
|
|
|
#include <sprout/math/lgamma.hpp>
|
2013-04-22 23:55:30 +09:00
|
|
|
|
|
|
|
#endif // #ifndef SPROUT_MATH_GAMMA_HPP
|