pub const INFINITY: f64 = f64::INFINITY; // +Inf_f64
👎Deprecating in a future version: replaced by the
INFINITY
associated constant on f64
Expand description
Infinity (∞).
Use f64::INFINITY
instead.
pub const INFINITY: f64 = f64::INFINITY; // +Inf_f64
INFINITY
associated constant on f64
Infinity (∞).
Use f64::INFINITY
instead.