mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add sprout::asinh, acosh, atanh
This commit is contained in:
parent
435e6511b0
commit
8dadcb359a
4 changed files with 146 additions and 0 deletions
|
@ -4,5 +4,8 @@
|
|||
#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue