MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / AbsoluteValue

Method AbsoluteValue

src/cryptlib/integer.cpp:1266–1271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1264}
1265
1266Integer Integer::AbsoluteValue() const
1267{
1268 Integer result(*this);
1269 result.sign = POSITIVE;
1270 return result;
1271}
1272
1273void swap(Integer &a, Integer &b)
1274{

Callers 1

DivideMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected