[][src]Type Definition decorum::N64

type N64 = NotNan<f64>;

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

Trait Implementations

impl Real for N64[src]