mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-11 13:29:44 +00:00
Updated SANE Floating Point (markdown)
parent
8c719e432b
commit
83b8732010
@ -3,7 +3,7 @@ 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.
|
||||
### Usage:
|
||||
[`include inc/fpstr.plh`)[(https://github.com/dschmenk/PLASMA/blob/master/src/inc/fpstr.plh)
|
||||
[`include inc/fpstr.plh`](https://github.com/dschmenk/PLASMA/blob/master/src/inc/fpstr.plh)
|
||||
### Values:
|
||||
```
|
||||
//
|
||||
@ -14,7 +14,7 @@ const FPSTR_FLOAT = 0 // Floating count of fractional digits
|
||||
const FPSTR_STRIP = 2 // Strip trailing fractional zeros
|
||||
const FPSTR_EXP = 4 // Force exponential format
|
||||
```
|
||||
### API:
|
||||
### Functions:
|
||||
```
|
||||
//
|
||||
// Parse string into decrecord, return SANE conversion output
|
||||
|
Loading…
x
Reference in New Issue
Block a user