pub const INFINITY: f32 = f32::INFINITY; // +Inf_f32๐Deprecated since 1.99.0:
replaced by the INFINITY associated constant on f32
Expand description
Infinity (โ).
Use f32::INFINITY instead.