Z-Machine floating-point library ================================ The library provides IEEE 754 conformant floating point arithmetic for the Z-machine. It is supplied as a standard Inform header file, and uses only around 24K of code/string space, plus a few dozen bytes of dynamic memory. This is the second release (Release 1/2, 26th March 2002) of the library. Its APIs and function names are potentially subject to change. All feedback welcome. Kevin Bracey kevin@bracey-griffith.freeserve.co.uk Contents -------- FPManual.txt User manual for the FP library. FP.h The FP library itself. ZCalc.inf & ZCalc.z5 Example calculator program (ZCalc): source and binary Zenos.inf & Zenos.z5 Example game (Zenos): source and binary FPConst.h An example library extension that uses a trap handler to provide a different form of constant initialisation.