Converting int to single-precision floating-point values in C. Valid for the whole range of 32-bit int values.
Computer Science learning blog
Converting int to single-precision floating-point values in C. Valid for the whole range of 32-bit int values.
Converting an int value to its floating-point bit representation. Step by step demonstration.