1 #if !defined(sol_math_hpp_included)
2 #define sol_math_hpp_included
3 /// \defgroup sol_math sol::math
10 * \brief Math utilities
13 * - \ref sol/math/abs.hpp
14 * - \ref sol/math/gcd.hpp
15 * - \ref sol/math/ratio.hpp
16 * - \ref sol/math/sign.hpp
20 #include <sol/math/abs.hpp>
21 #include <sol/math/gcd.hpp>
22 #include <sol/math/ratio.hpp>
23 #include <sol/math/sign.hpp>
27 #endif // sol_math_hpp_included