Archive: forth/pfe/floating

Up to parent directory

These files update the PFE floating module in the dnw branch of Guido Draheim's Sourceforge site.

This version contains all of the code from the floating-mix module, which was formerly automatically loaded with the floating module. It also includes the part of the former experimental ieeefp module that implemented IEEE 754 floating-point functions and input/output, along with extra C99 floating-point functions.

The floating-point stack is separate from the data stack, in line with the Forth 2012 Standard.
floating-ext.c
floating-ext.h
floating-dll.c

Up to top of archive