IEEE-754 v1.2
A Conversion Library for the HP 48/49G

$Id: ieee.htm 1.1 2001/11/16 21:19:02 Detlef Exp $

Being a programmer w/ emphasis on data collecion and processing, I need from time to time to take a look at how floating point numberes are represented in a system (ie. their bit pattern). Due the lack of sufficent programs on the net I came up with the IEEE-754 library, it contains conversion routines between real/int and 32/64 bit floating point numbers as described in IEEE-754 1985.

In the archive you will find the following files:

The souce code can be compiled using the batch job on a PC with the HP tools v3.0 installed.
The library ID is 1001 and the featured commands are:

The commands handle de-/normalized, NAN, infenitive, overflow, underflow conditions. Please see the source code for more information.

A very good page with IEEE-754 references can be found here .

Copyright © 1999-2001 by Detlef Müller, Detlef.M@hamburg.de, Germany