The MPLAB® C18 C Compiler User’s Guide says that float type is different from IEEE745.

However, in the program it build the float is still of IEEE745 type.
The float is 0x302e0000 in program memory, which is IEEE745 type as opposed to what the documentation says.
Why is this the case?