diff --git a/SANE-Floating-Point.md b/SANE-Floating-Point.md index ec1abb5..9232274 100644 --- a/SANE-Floating-Point.md +++ b/SANE-Floating-Point.md @@ -1,12 +1,12 @@ Apple created a floating point library called SANE: [Standard Apple Numeric Environment](https://archive.org/download/Apple_Numerics_Manual/Apple_Numerics_Manual.pdf). These libraries require the [FP6502.CODE](https://github.com/dschmenk/PLASMA/blob/master/sysfiles/FP6502.CODE%23060000) and [ELEMS.CODE](https://github.com/dschmenk/PLASMA/blob/master/sysfiles/ELEMS.CODE%23060000) files be on the disk. +**Compatibility:** `1, II, ///` + *** ### Floating Point <-> String Conversion A string conversion library provides formatting for output and input of floating point values. -**Compatibility:** `1, II, ///` - **Usage:** [`include "inc/fpstr.plh"`](https://github.com/dschmenk/PLASMA/blob/master/src/inc/fpstr.plh) **Values:** @@ -44,8 +44,6 @@ ext2str(ext, str, intdigits, fracdigits, format) ### Floating Point Unit A high level, RPN stack based interface to the SANE library. Accessed via: -**Compatibility:** `1, II, ///` - **Usage:** [`include "inc/fpu.plh"`](https://github.com/dschmenk/PLASMA/blob/master/src/inc/fpu.plh) **Values:** @@ -180,8 +178,6 @@ fpu:randNum ### SANE Interface The low-level, direct interface to the SANE library. Accessed via: -**Compatibility:** `1, II, ///` - **Usage:** [`include "inc/sane.plh"`](https://github.com/dschmenk/PLASMA/blob/master/src/inc/sane.plh) **Values:**