[][src]Type Definition arnalisa::R32

type R32 = ConstrainedFloat<f32, FiniteConstraint<f32>>;

An alias for a floating-point value that represents a real number.

The prefix "R" for "real" is used instead of "F" for "finite", because if "F" were used, then this name would be very similar to f32, differentiated only by capitalization.