Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tripwire/tripwire-open-source
/ Doubled
Method
Doubled
src/cryptlib/integer.h:263–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
Integer AbsoluteValue() const;
262
///
263
Integer Doubled() const {return *this + *this;}
264
///
265
Integer Squared() const {return *this * (*this);}
266
/// extract square root, return floor of square root if not perfect square
Callers
1
Double
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected