1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/math/power.hpp
2012-05-10 13:34:49 +09:00

10 lines
269 B
C++

#ifndef SPROUT_MATH_POWER_HPP
#define SPROUT_MATH_POWER_HPP
#include <sprout/config.hpp>
#include <sprout/math/sqrt.hpp>
#include <sprout/math/cbrt.hpp>
#include <sprout/math/pow.hpp>
#include <sprout/math/hypot.hpp>
#endif // #ifndef SPROUT_MATH_POWER_HPP