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,9 @@
#ifndef SPROUT_MATH_FUNCTIONS_HPP
#define SPROUT_MATH_FUNCTIONS_HPP
#include <sprout/config.hpp>
#include <sprout/math/power.hpp>
#include <sprout/math/trigonometric.hpp>
#include <sprout/math/hyperbolic.hpp>
#endif // #ifndef SPROUT_MATH_FUNCTIONS_HPP