Sprout/sprout/math/hyperbolic.hpp
2013-02-14 18:02:43 +09:00

12 lines
353 B
C++

#ifndef SPROUT_MATH_HYPERBOLIC_HPP
#define SPROUT_MATH_HYPERBOLIC_HPP
#include <sprout/config.hpp>
#include <sprout/math/acosh.hpp>
#include <sprout/math/asinh.hpp>
#include <sprout/math/atanh.hpp>
#include <sprout/math/cosh.hpp>
#include <sprout/math/sinh.hpp>
#include <sprout/math/tanh.hpp>
#endif // #ifndef SPROUT_MATH_HYPERBOLIC_HPP