2012-05-04 03:09:06 +00:00
|
|
|
#ifndef SPROUT_CMATH_HPP
|
|
|
|
#define SPROUT_CMATH_HPP
|
|
|
|
|
|
|
|
#include <sprout/config.hpp>
|
2012-05-31 13:28:58 +00:00
|
|
|
#include <sprout/math/classifications.hpp>
|
|
|
|
#include <sprout/math/trigonometric.hpp>
|
|
|
|
#include <sprout/math/hyperbolic.hpp>
|
|
|
|
#include <sprout/math/exponential.hpp>
|
2013-02-07 09:14:50 +00:00
|
|
|
#include <sprout/math/floating_point.hpp>
|
2012-05-31 13:28:58 +00:00
|
|
|
#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-04 03:09:06 +00:00
|
|
|
|
|
|
|
#endif // #ifndef SPROUT_CMATH_HPP
|