mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:35:40 +00:00
[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:
parent
28f493624a
commit
295eaf4e32
10 changed files with 360 additions and 142 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue