mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
6 lines
140 B
C++
6 lines
140 B
C++
#ifndef SPROUT_MATH_POWER_HPP
|
|
#define SPROUT_MATH_POWER_HPP
|
|
|
|
#include <sprout/math/sqrt.hpp>
|
|
|
|
#endif // #ifndef SPROUT_MATH_POWER_HPP
|