1
0
Fork 0
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:
bolero-MURAKAMI 2012-05-05 00:24:10 +09:00
parent 435e6511b0
commit 8dadcb359a
4 changed files with 146 additions and 0 deletions

View file

@ -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