[][src]Type Definition decorum::R32

type R32 = Finite<f32>;

32-bit floating-point representation that must be 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.

Trait Implementations

impl Real for R32[src]