[CALC] Improve multi-precision support, and powers/roots. CORE-8486

- Added support for average of squares and mean of squares into statistical functions.
- pop() and push() functions in RPN engines now work with nodes instead of stack units.
- Moved the POW and SQR operations near the operators.
CORE-12766

- Fix number of digits for IEEE-754 constants.
- Show all available digits in exp notation.
CORE-14871

- Update help correspondingly.
This commit is contained in:
Carlo-Bramini 2018-08-06 09:54:21 +02:00 committed by Hermès Bélusca-Maïto
parent 28f493624a
commit 295eaf4e32
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
10 changed files with 360 additions and 142 deletions

View file

@ -101,6 +101,7 @@
#define IDC_COMBO_FROM 1091
#define IDC_COMBO_TO 1092
#define IDC_BUTTON_RSH 1093
#define IDC_BUTTON_XrY 1094
/* TYPES OF CONVERSIONS */
#define IDS_CONV_ANGLE 2000