Type Alias geng::prelude::num::R64

pub type R64 = RealImpl<f64>;
Expand description

Like f64 but panics on NaN/Inf

Aliased Type§

struct R64(/* private fields */);