R64

Type Alias R64 

Source
pub type R64 = RealImpl<f64>;
Expand description

Like f64 but panics on NaN/Inf

Aliased Typeยง

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