Type Alias geng::prelude::R32

pub type R32 = RealImpl<f32>;
Expand description

Like f32 but panics on NaN/Inf

Aliased Type§

struct R32(/* private fields */);