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