uniffi::deps::static_assertions::_core::f32Constant NAN
1.6.0 · Source pub const NAN: f32 = f32::NAN; // NaN_f32
👎Deprecating in a future version: replaced by the NAN
associated constant on f32
Expand description
Not a Number (NaN).
Use f32::NAN
instead.
§Examples
let nan = std::f32::NAN;
let nan = f32::NAN;