Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MulInt
Method · 0.85
Mul
Method · 0.85
Div
Method · 0.85
DivInt
Method · 0.85
Pow2
Method · 0.85
Calls
1
Abs
Method · 0.80
Tested by
no test coverage detected