mirror of
https://github.com/louisrubet/rpn
synced 2025-02-07 08:45:48 +01:00
Precisions about float representation
This commit is contained in:
parent
0e36a1c868
commit
2f6fabaef2
1 changed files with 4 additions and 3 deletions
7
README
7
README
|
@ -5,11 +5,12 @@
|
||||||
This project plans to create a clone of HP-28S calculator language,
|
This project plans to create a clone of HP-28S calculator language,
|
||||||
including at least stack, store, branch, test, trig and logs commands.
|
including at least stack, store, branch, test, trig and logs commands.
|
||||||
|
|
||||||
Following objects are managed: scalars, symbols, strings, programs.
|
Following objects are managed: scalars, symbols
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
- Under Linux x86_64, floating representation is 128-bit quadruple
|
- Under Linux x86_64, floating representation is 128-bit (quadruple
|
||||||
precision format. Thus precision is much better than HP28S.
|
precision format). Thus precision (49 digits) is much better than
|
||||||
|
HP28S.
|
||||||
|
|
||||||
========================================================================
|
========================================================================
|
||||||
Here is a list of HP28s reserved words.
|
Here is a list of HP28s reserved words.
|
||||||
|
|
Loading…
Add table
Reference in a new issue