MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / Abs

Function Abs

extern/ttmath/ttmath.h:2127–2133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2125 */
2126 template<class ValueType>
2127 ValueType Abs(const ValueType & x)
2128 {
2129 ValueType result( x );
2130 result.Abs();
2131
2132 return result;
2133 }
2134
2135
2136 /*!

Callers 5

MulIntMethod · 0.85
MulMethod · 0.85
DivMethod · 0.85
DivIntMethod · 0.85
Pow2Method · 0.85

Calls 1

AbsMethod · 0.80

Tested by

no test coverage detected