1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-04-05 19:37:19 +00:00

Updated SANE Floating Point (markdown)

David Schmenk 2017-12-13 21:34:12 -08:00
parent d7969996e0
commit f2e111e1d1

@ -1,4 +1,4 @@
Apple created a floating point library called SANE: Standard Apple Numeric Environment. These libraries provide a low-level, direct interface and a high level, RPN stack machine based interface to the SANE library. A string conversion library provides formatting for output and input of floating point values.
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 provide a low-level, direct interface and a high level, RPN stack machine based interface to the SANE library. A string conversion library provides formatting for output and input of floating point values.
## SANE High-Level Floating-Point Unit Library
```
//