|
DxLibEx
|
#include "dxlibex/config/defines.h"#include <cmath>#include "dxlibex/type_traits/enable_if.hpp"#include "dxlibex/math/copysign.hpp"

Go to the source code of this file.
Namespaces | |
| dxle | |
| dxle::math | |
Functions | |
| template<typename FloatType , enable_if_t< std::is_floating_point< FloatType >::value, std::nullptr_t > = nullptr> | |
| DXLE_CONSTEXPR FloatType | dxle::math::fabs (FloatType x) DXLE_NOEXCEPT_OR_NOTHROW |
| template<typename IntType , enable_if_t< std::is_integral< IntType >::value, std::nullptr_t > = nullptr> | |
| DXLE_CONSTEXPR double | dxle::math::fabs (IntType x) DXLE_NOEXCEPT_OR_NOTHROW |