Floating point number (4-byte precision).
constructor(length: string | number, decimals: string | number)
length of type, like REAL(4)
REAL(4)
number of decimal points, used with length REAL(5, 4)
REAL(5, 4)