Sprout/sprout/math/hyperbolic.hpp

13 lines
353 B
C++
Raw Normal View History

2012-05-04 05:07:36 +00:00
#ifndef SPROUT_MATH_HYPERBOLIC_HPP
#define SPROUT_MATH_HYPERBOLIC_HPP
2012-05-10 04:34:49 +00:00
#include <sprout/config.hpp>
2012-05-04 05:07:36 +00:00
#include <sprout/math/sinh.hpp>
#include <sprout/math/cosh.hpp>
#include <sprout/math/tanh.hpp>
2012-05-04 15:24:10 +00:00
#include <sprout/math/asinh.hpp>
#include <sprout/math/acosh.hpp>
#include <sprout/math/atanh.hpp>
2012-05-04 05:07:36 +00:00
#endif // #ifndef SPROUT_MATH_HYPERBOLIC_HPP