mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
11 lines
323 B
C++
11 lines
323 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>
|
|
#include <sprout/math/asinh.hpp>
|
|
#include <sprout/math/acosh.hpp>
|
|
#include <sprout/math/atanh.hpp>
|
|
|
|
#endif // #ifndef SPROUT_MATH_HYPERBOLIC_HPP
|