Precisions about float representation

This commit is contained in:
Louis RUBET 2014-09-18 14:12:57 +02:00
parent 88e26759ad
commit c7d4917527

7
README
View file

@ -5,11 +5,12 @@
This project plans to create a clone of HP-28S calculator language,
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:
- Under Linux x86_64, floating representation is 128-bit quadruple
precision format. Thus precision is much better than HP28S.
- Under Linux x86_64, floating representation is 128-bit (quadruple
precision format). Thus precision (49 digits) is much better than
HP28S.
========================================================================
Here is a list of HP28s reserved words.