mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
8 lines
221 B
C++
8 lines
221 B
C++
#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
|