Tag: floating point number

Floating Point Format

Imagine you have a processor with registers of size 32 bits. Can the processor store a number larger than 32 bits in one register? It is possible if the number is represented in floating point format. The floating point format…