Home   Back  


This page is translated from the original by using the Google translator.

IEEE754

The program IEEE754 - format converter numbers IEEE754 c absolute accuracy of reporting results.

You can download the following files:

Programm IEEE754 v.1.0   Download    Size: 1430 kb
  The registration is free

§1 Brief description

The program is designed to convert real numbers into a format single or double precision IEEE754 standard in both directions. The program displays an absolutely accurate value of decimal or binary numbers presented in the format of IEEE754. The initial number and the conversion results can be represented in exponential form.

§2 Program Description IEEE754 v.1.0

Fig. 1. Window IEEE754 v.1.0
IEEE754  v.1.0

The program does not use a mathematical possibility of a microprocessor.
Since the microprocessor is not able to produce as accurate calculations.
The program simulates the mathematical calculations performed by hand on paper.
The variables in the program are presented in the form of lines of ASCII characters.
Type of variables presented in the form of a real fixed-point numbers.
The maximum length of an entire part of the 1074 level.
The maximum length of 1074 bit fractional part.
All mathematical operations are performed with this data type.
Calculation speed is low, as all mathematical operations are performed as operations on text strings.

The program is designed for the analysis of errors in planning for computer calculations.


Back   Home