mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-02-17 10:25:49 +00:00
7 lines
172 B
C++
7 lines
172 B
C++
#ifndef SPROUT_MATH_POWER_HPP
|
|
#define SPROUT_MATH_POWER_HPP
|
|
|
|
#include <sprout/math/sqrt.hpp>
|
|
#include <sprout/math/pow.hpp>
|
|
|
|
#endif // #ifndef SPROUT_MATH_POWER_HPP
|