mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-01-23 20:46:37 +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
|