DxLibEx
fabs.hpp File Reference
Include dependency graph for fabs.hpp:
This graph shows which files directly or indirectly include this file:

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