Type Definition decorum::NotNan [] [src]

type NotNan<T> = ConstrainedFloat<T, NotNanConstraint<T>>;

A floating point value that cannot be NaN.