Type Definition decorum::Finite [] [src]

type Finite<T> = ConstrainedFloat<T, FiniteConstraint<T>>;

A floating point value that cannot be NaN, INF, or -INF.

This is essentially a representation of a real value, and is sometimes referred to as a "real".