Fixed points, as per #31 Notation, such as follows: ``` uf32 = +123.456; //unsigned 32 bit float ux32 = +6969.420; //unsigned 32 bit 16.16 fixed point ```