Skip to main content

FiniteF64

Type Alias FiniteF64 

Source
pub type FiniteF64 = Finite<f64>;
Expand description

Total ordered f64, with -0.0 normalized to +0.0, and excluding NaN and infinities.

Aliased Typeยง

pub struct FiniteF64(/* private fields */);