Release 0.8.6 "Daniel" - Bug fixes and optimizations #1354
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
-
This release is mostly intended to fix a number of issues reported by users or discovered during testing.
Features
1.E³²
is now a valid input toStr→
, ensuring that we can parse the output of→Str
if it uses fancy characters, or that copy-paste works from the stack to the editor.min
andmax
, applied element-wise in the same way as addition for example.CompatibleBasedNumbers
setting to render16#AB
as#ABh
like HP calculators.10#200
and#200₁₀
will display in base 10 irrespective of theBase
setting, just like#200d
.ϵ
character (Greek Lunate epsilon), which appears in some equations.DrawText
, making it possible to align text horizontally or vertically. See examples at end of theTexts
program inDemo.48s
UnitsSIPrefixCycle
command to set the variable with the same name to customize SI prefixes cycling for units on the command-line.After
"KMG" UnitsSIPrefixCycle
, typing theCycle
key (_×10ⁿ or EEX) with1_B
will cycle through1_KB
,1_MB
,1_GB
and back to1_B
.u
as an alternative SI prefix for "micro-", e.g.1_us
. This is intended to allow entering of the "micro" prefix using transient alpha mode.SolverMenu
, holding the function key for a vairable brings up the help for the corresponding variable in the equations library.SiDensity
(SIDENS
on HP) andFanning
functions to the library. These functions are used by some equations in the library.invert
alias for 1/x operation (likenegate
forneg
).Bug fixes
[[1 2]][[3 4]] +
now works.RanM
command)-
for first term of polynonials if negativeprogram::run
. In theory, this could lead to programs not evaluating correctly ifNoLastArguments
setting was set, although another bug apparently made this very unlikely to be observed.https://48calc.org
instead of obsoletehttps://github.io
location.for
loop variable from within the loop now behaves like on HP calculators, and can be used to control loop exit.BusyIndicatorRefresh
.xroot
command as implemented in thePowersMenu
x
in the equations librarylatter
->letter
Improvements
random
bias for integer input, e.g.-10 10 random
no longer has a +0.5 bias on average.→Prg
alias for→Program
rmdir
as an alias forpgdir
. "This is Unix".L
(uppercase) spelling for "liter" unitRcl/
help text by adding someaditional text to the
Rcl*
help.SolverMenuSolve
andSolverMenuRecall
AssignKey
dup
add
CharactersMenu
andCatalog
in alpha overviewSigned-off-by: Christophe de Dinechin [email protected]
This discussion was created from the release Release 0.8.6 "Daniel" - Bug fixes and optimizations.
Beta Was this translation helpful? Give feedback.
All reactions