-
Notifications
You must be signed in to change notification settings - Fork 0
c8_integer_magnitude
Dave Hudson edited this page May 3, 2017
·
1 revision
auto magnitude(const integer &v) const -> natural;
Returns the magnitude (absolute) value of this object.
A c8::natural
that represents the magnitude of this object.
-
std::bad_alloc
in the event of a memory allocation failure.