1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-01-11 13:29:44 +00:00

Updated SANE Floating Point (markdown)

David Schmenk 2017-12-15 11:14:25 -08:00
parent 822f906345
commit fddfa73522

@ -3,13 +3,9 @@ Apple created a floating point library called SANE: [Standard Apple Numeric Envi
### Floating Point <-> String Conversion
A string conversion library provides formatting for output and input of floating point values. Accessed via:
**Compatibility:**
**Compatibility:** `1, II, ///`
`1, II, ///`
**Usage:**
[`include "inc/fpstr.plh"`](https://github.com/dschmenk/PLASMA/blob/master/src/inc/fpstr.plh)
**Usage:** [`include "inc/fpstr.plh"`](https://github.com/dschmenk/PLASMA/blob/master/src/inc/fpstr.plh)
**Values:**
@ -39,9 +35,9 @@ ext2str(ext, str, intdigits, fracdigits, format)
### Floating Point Unit
A high level, RPN stack based interface to the SANE library. Accessed via:
**Usage:**
**Compatibility:** `1, II, ///`
[`include "inc/fpu.plh"`](https://github.com/dschmenk/PLASMA/blob/master/src/inc/fpu.plh)
**Usage:** [`include "inc/fpu.plh"`](https://github.com/dschmenk/PLASMA/blob/master/src/inc/fpu.plh)
**Values:**
@ -169,9 +165,9 @@ fpu:randNum
### SANE Interface
The low-level, direct interface to the SANE library. Accessed via:
**Usage:**
**Compatibility:** `1, II, ///`
[`include "inc/sane.plh"`](https://github.com/dschmenk/PLASMA/blob/master/src/inc/sane.plh)
**Usage:** [`include "inc/sane.plh"`](https://github.com/dschmenk/PLASMA/blob/master/src/inc/sane.plh)
**Values:**