Jump to content

Newbie here


Morfina

Recommended Posts

Quote

A floating point variable can represent a wider range of numbers than a fixed point variable of the same bit width at the cost of precision. A signed 32-bit integer variable has a maximum value of 2^(31) − 1 = 2,147,483,647, whereas an IEEE 754 32-bit base-2 floating-point variable has a maximum value of (2 − 2^(−23)) × 2^(127) ≈ 3.402823 × 10^(38).

https://en.wikipedia.org/wiki/Single-precision_floating-point_format

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.