mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add sprout::sinh, cosh, tanh, sqrt
This commit is contained in:
parent
234757af07
commit
d7c441ad69
8 changed files with 269 additions and 1 deletions
8
sprout/math/hyperbolic.hpp
Normal file
8
sprout/math/hyperbolic.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue