2012-05-04 05:07:36 +00:00
|
|
|
#ifndef SPROUT_MATH_FUNCTIONS_HPP
|
|
|
|
#define SPROUT_MATH_FUNCTIONS_HPP
|
|
|
|
|
|
|
|
#include <sprout/config.hpp>
|
2012-05-11 00:23:01 +00:00
|
|
|
#include <sprout/math/classifications.hpp>
|
2012-05-04 05:07:36 +00:00
|
|
|
#include <sprout/math/trigonometric.hpp>
|
|
|
|
#include <sprout/math/hyperbolic.hpp>
|
2012-05-11 00:23:01 +00:00
|
|
|
#include <sprout/math/exponential.hpp>
|
|
|
|
#include <sprout/math/power.hpp>
|
|
|
|
#include <sprout/math/operations.hpp>
|
2012-07-04 15:09:44 +00:00
|
|
|
#include <sprout/math/nearest.hpp>
|
2012-05-31 13:28:58 +00:00
|
|
|
#include <sprout/math/common_factor.hpp>
|
2012-05-11 00:23:01 +00:00
|
|
|
#include <sprout/math/factorial.hpp>
|
2012-05-12 14:18:19 +00:00
|
|
|
#include <sprout/math/bernoulli.hpp>
|
2012-07-06 14:10:49 +00:00
|
|
|
#include <sprout/math/comparison.hpp>
|
2012-05-04 05:07:36 +00:00
|
|
|
|
|
|
|
#endif // #ifndef SPROUT_MATH_FUNCTIONS_HPP
|