Function rug::float::prec_max

source ·
pub const fn prec_max() -> u32
Expand description

Returns the maximum value for the precision.

§Examples

use rug::float;
println!("Maximum precision is {}", float::prec_max());