1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/math/manipulations.hpp
bolero-MURAKAMI 32c3ba02d4 add math::copysign
fix hyperbolic and exponental functions: for special values
2013-04-24 22:48:36 +09:00

7 lines
198 B
C++

#ifndef SPROUT_MATH_MANIPULATIONS_HPP
#define SPROUT_MATH_MANIPULATIONS_HPP
#include <sprout/config.hpp>
#include <sprout/math/copysign.hpp>
#endif // #ifndef SPROUT_MATH_MANIPULATIONS_HPP