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