#include <cmath>#include <boost/utility/enable_if.hpp>#include <boost/type_traits/is_unsigned.hpp>#include <boost/type_traits/is_floating_point.hpp>Go to the source code of this file.
Namespaces | |
| namespace | sge |
| namespace | sge::math |
Functions | |
| template<typename T> | |
| boost::enable_if < boost::is_floating_point< T > , void >::type | sge::math::mod_assign (T &l, const T &r) |
| template<typename T> | |
| boost::enable_if < boost::is_floating_point< T > , T >::type | sge::math::mod (const T &a, const T &b) |
1.5.5