Sprout/sprout/math/gamma.hpp

9 lines
207 B
C++
Raw Normal View History

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