[][src]Type Definition decorum::N32

type N32 = NotNan<f32>;

32-bit floating-point representation that cannot be NaN.

Trait Implementations

impl Real for N32[src]