In IEEE 754 single precision, the bias value used for the exponent is 127.
The exponent field in IEEE 754 single precision is an 8-bit unsigned integer, but it is represented with a bias. The bias is added to the actual exponent value to allow for both positive and negative exponents while maintaining a consistent ordering of numbers for arithmetic operations.
The biased exponent is calculated as follows:
For single precision, the bias value of 127 is chosen so that: