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

pub fn prec_max() -> u32

Returns the maximum value for the precision.

Examples

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