• tagged ieee 754

1-2 of 2 Hubssort by Hot Best Latest

67

Converting bit patterns to IEEE 754 Single Precision equivalents

The IEEE 754 standard defines how floating point numbers are stored in binary form. In this tutorial we convert a bit pattern into its' base 10 equivalent.

2 comments    754 floaing ieee 754 standard
73

Introduction to Floating Point Numbers in Java

In this tutorial we introduce the technology that Java uses to store floating point numbers. Java implements the 1985 IEEE 754 floating point format.

1 comment    programming java numbers
working