Function rug::float::exp_max

source ·
pub fn exp_max() -> i32
Expand description

Returns the maximum value for the exponent.

§Examples

use rug::float;
println!("Maximum exponent is {}", float::exp_max());