[][src]Function rug::float::prec_max

pub const fn prec_max() -> u32

Returns the maximum value for the precision.

Examples

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