[][src]Function rug::float::exp_max

pub fn exp_max() -> i32

Returns the maximum value for the exponent.

Examples

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