Release 0.6.4 "Healing": Testing and fixes #816
c3d
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release focuses on heavy testing of the new variable-precision decimal stack. Adding tests also means finding bugs.
Another significant change is support for fixed-precision hardware-accelerated floating point, using 32-bit and 64-bit IEEE754 binary floating-point representation. Since this uses a binary format, some decimal values do not map to decimal correctly. For example, displaying 1.2 with a large number of decimals will show residue, because 1.2 does not have an exact (zero-terminated) representation in binary.
New features:
/
key toFractionsMenu
MathModesMenu
.
to insert DMS separatorsBug fixes:
variance
with single-column statisticsFlipFlag
, consume them fromBinaryToFlags
Bad argument value
for index with bad arguments→Frac
should not error on integersWAIT
if on USB powerImprovements:
→QIter
and→QPrec
to avoid scrollingrt.insert
with calls toinsert
Testing:
integrate
using decimal valuesGETI
Full Changelog: v0.6.3...v0.6.4
This discussion was created from the release Release 0.6.4 "Healing": Testing and fixes.
Beta Was this translation helpful? Give feedback.
All reactions