Config: check for 'long long' support
[sol.git] / sol / math.hpp
blobd79cd6d6f7ae4751dfaa4a6a826888ba1468f68e
1 #if !defined(sol_math_hpp_included)
2 #define sol_math_hpp_included
3 /// \defgroup sol_math sol::math
4 /// \ingroup sol
5 /// \{
8 /**
9 * \file sol/math.hpp
10 * \brief Math utilities
12 * Header(s):
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>
26 /// \}
27 #endif // sol_math_hpp_included