v0.7.14: Release 0.7.14 "Kids" - Equation-related bug fixes #1116
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 fixes a number of issues that were discovered primarily through the Columns and Beams equations.
Features
cos(1_turn)
gives the correct result.DebugOnError
andKillOnError
settings. This makes it easier to debug an RPL program, by making it possible to single-step around the instruction that generated the error.Bug fixes
draw_object
to avoid a memory crashI
andA
in second equation of Coilumns and Beamsradian
unit in Eccentric Columnscos
, which ensures we get the correct result from the HP50G manual evenwhen in Degrees mode.
1/sqrt(epsilon_0*mu_0)
and get the correct result.FORE
showsForeground
beforeAlphaForeground
.Variance
with single variables was wrong because the first term was computed incorrectly due to a misguided optimization.RGBPattern
for negative input. The negative values were generating an error, but it was not reported, so the nextcommand was likely to report it.
Improvements
background was probably pushing the notion of "blind search" a bit too far.
Full Changelog: v0.7.13...v0.7.14
This discussion was created from the release v0.7.14: Release 0.7.14 "Kids" - Equation-related bug fixes.
Beta Was this translation helpful? Give feedback.
All reactions