-
Notifications
You must be signed in to change notification settings - Fork 0
c8_rational_to_double
Dave Hudson edited this page May 3, 2017
·
1 revision
auto to_double() const -> double;
Returns the value of this object as a double-precision floating point value.
The value of this object, represented as a double-precision floating point value.
-
std::bad_alloc
in the event of a memory allocation failure. -
c8::overflow_error
if this object's value is too large to represent as a double-precision value. -
c8::underflow_error
if this object's value is too small (too close to zero) to represent as a double-precision value.