Sprout/sprout/math/power.hpp
2013-02-14 18:02:43 +09:00

13 lines
368 B
C++

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