1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/math/functions.hpp
2013-05-06 00:22:08 +09:00

12 lines
376 B
C++

#ifndef SPROUT_MATH_FUNCTIONS_HPP
#define SPROUT_MATH_FUNCTIONS_HPP
#include <sprout/config.hpp>
#include <sprout/math/cmath.hpp>
#include <sprout/math/common_factor.hpp>
#include <sprout/math/factorial.hpp>
#include <sprout/math/bernoulli.hpp>
#include <sprout/math/comparison.hpp>
#include <sprout/math/integer.hpp>
#endif // #ifndef SPROUT_MATH_FUNCTIONS_HPP