Sprout/sprout/math/hyperbolic.hpp

9 lines
221 B
C++
Raw Normal View History

2012-05-04 05:07:36 +00:00
#ifndef SPROUT_MATH_HYPERBOLIC_HPP
#define SPROUT_MATH_HYPERBOLIC_HPP
#include <sprout/math/sinh.hpp>
#include <sprout/math/cosh.hpp>
#include <sprout/math/tanh.hpp>
#endif // #ifndef SPROUT_MATH_HYPERBOLIC_HPP