| mpfr_prec_t Conversion Operators |
| Name | Description | |
|---|---|---|
| (Byte to mpfr_prec_t) |
Converts a Byte value to an mpfr_prec_t value.
| |
| (UInt16 to mpfr_prec_t) |
Converts a UInt16 value to an mpfr_prec_t value.
| |
| (UInt32 to mpfr_prec_t) |
Converts a UInt32 value to an mpfr_prec_t value.
| |
| (mpfr_prec_t to UInt32) |
Converts an mpfr_prec_t value to a UInt32 value.
| |
| (mpfr_prec_t to UInt64) |
Converts an mpfr_prec_t value to a UInt64 value.
| |
| (mpfr_prec_t to Int64) |
Converts an mpfr_prec_t value to an Int64 value.
|