1
0
Fork 0
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:
bolero-MURAKAMI 2012-05-04 14:07:36 +09:00
parent 234757af07
commit d7c441ad69
8 changed files with 269 additions and 1 deletions

View 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