#
ede60035 |
| 19-Nov-2023 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[CALC] Adapt to <strsafe.h> (#5894)
Use safer string functions of <strsafe.h>.
Use StringCbPrintf instead of _stprintf.
Use StringCbCopy insteaad of _tcscpy.
Use StringCbCat instead of _tcscat.
[CALC] Adapt to <strsafe.h> (#5894)
Use safer string functions of <strsafe.h>.
Use StringCbPrintf instead of _stprintf.
Use StringCbCopy insteaad of _tcscpy.
Use StringCbCat instead of _tcscat.
CORE-19306
show more ...
|
Revision tags: 0.4.14-release, 0.4.15-dev, 0.4.14-RC, 0.4.13-release, 0.4.14-dev, 0.4.13-RC, 0.4.12-release, 0.4.12-RC, 0.4.13-dev, 0.4.11-release, 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC |
|
#
295eaf4e |
| 06-Aug-2018 |
Carlo-Bramini <carlo_bramini@users.sourceforge.net> |
[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
[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.
show more ...
|
#
28f49362 |
| 06-Aug-2018 |
Carlo-Bramini <carlo_bramini@users.sourceforge.net> |
[CALC] Rename files only.
|