Sprout/sprout/math/functions.hpp
bolero-MURAKAMI 2fb6cea457 add sprout::abs, fabs
add cinttypes
2012-05-05 15:57:55 +09:00

11 lines
343 B
C++

#ifndef SPROUT_MATH_FUNCTIONS_HPP
#define SPROUT_MATH_FUNCTIONS_HPP
#include <sprout/config.hpp>
#include <sprout/math/operations.hpp>
#include <sprout/math/exponential.hpp>
#include <sprout/math/power.hpp>
#include <sprout/math/trigonometric.hpp>
#include <sprout/math/hyperbolic.hpp>
#endif // #ifndef SPROUT_MATH_FUNCTIONS_HPP