Releases: OndrejSpanel/FormulaFX
Releases · OndrejSpanel/FormulaFX
v0.2.0-beta-2
Fix JAR name case
v0.2.0-beta
Fix JAR name, increase version
v0.1.2-alpha-2
Fix file to deploy
v0.1.2-alpha
Deploy JAR
Show the name of the variable defined
Show the name of the variable defined in the expression in the result.
Mixing of H:M:S and M:S changed.
Basic time unit is now second, not hour.
Percent computations
Added percent syntax.
Equation solver
Simple equations with one unknown can now be solved, like:
sin(alpha) = 0.5
a * 5 + 4 = 20
x^2 = 16
Note: only invertible functions may be applied to the unknown, and the unknown must have only one occurrence in the expression.