Sprout/sprout/math/cmath.hpp
bolero-MURAKAMI 1ef8a6a63b add sprout::string_ref
support conversion array-like container iterator to pointer
2013-02-19 02:49:10 +09:00

16 lines
515 B
C++

#ifndef SPROUT_MATH_CMATH_HPP
#define SPROUT_MATH_CMATH_HPP
#include <sprout/config.hpp>
#include <sprout/math/classifications.hpp>
#include <sprout/math/trigonometric.hpp>
#include <sprout/math/hyperbolic.hpp>
#include <sprout/math/exponential.hpp>
#include <sprout/math/power.hpp>
#include <sprout/math/error.hpp>
#include <sprout/math/nearest.hpp>
#include <sprout/math/remainders.hpp>
#include <sprout/math/minmax.hpp>
#include <sprout/math/muladd.hpp>
#endif // #ifndef SPROUT_MATH_CMATH_HPP