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

Method Abs

extern/ttmath/ttmathint.h:167–173  ·  view source on GitHub ↗

! it sets an absolute value it can return carry (1) (look on ChangeSign() for details) */

Source from the content-addressed store, hash-verified

165 it can return carry (1) (look on ChangeSign() for details)
166 */
167 uint Abs()
168 {
169 if( !IsSign() )
170 return 0;
171
172 return ChangeSign();
173 }
174
175
176

Callers 8

ASinFunction · 0.80
ATanFunction · 0.80
RootCheckIndexFunction · 0.80
AbsFunction · 0.80
MulMethod · 0.80
DivMethod · 0.80
ToStringBaseMethod · 0.80
absMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected