Release 0.8.11 "Accomplishment" - Towards full equation library #1411
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 contains a number of fixes and features intended for use in the equation library being contributed by Jean Wilson
Features
'ⓁSiDensity(273_K)'
is now accepted. This function is usd in semi-conductor equations in the library.Root
command now attempts symbolic solving using theIsol
command. This can lead to exact solutions for common equations.SigDig
command is a DB48x extension that returns the number of significant digits in a number, i.e. the number of non-zero digits.xpon
andmant
now apply to unit objectsx=9
sqrt
gives3.0
Equation
variable can now be identified using a name.NxEq
command now works with quoted equationsBug fixes
ln(1E-100)
expression no longer gives aArgument outside domain
error. The error was caused by rounding during argument reduction.'1-1000_mm/m'
, and improves the evaluation of unit expressions when adding or subtracting unit objects.Convert
now correclty evaluates its arguments when necessaryx='ln(0)'
no longer crashes.Improvements
'tan(x)=224'
in degrees mode.tests
data logger.This discussion was created from the release Release 0.8.11 "Accomplishment" - Towards full equation library.
Beta Was this translation helpful? Give feedback.
All reactions