Skip to content

Releases: OndrejSpanel/FormulaFX

v0.2.0-beta-2

15 Jul 10:11
Compare
Choose a tag to compare
Fix JAR name case

v0.2.0-beta

15 Jul 10:10
Compare
Choose a tag to compare
Fix JAR name, increase version

v0.1.2-alpha-2

15 Jul 10:07
Compare
Choose a tag to compare
Fix file to deploy

v0.1.2-alpha

15 Jul 10:04
Compare
Choose a tag to compare
Deploy JAR

Show the name of the variable defined

25 Apr 09:55
Compare
Choose a tag to compare
Pre-release

Show the name of the variable defined in the expression in the result.

Mixing of H:M:S and M:S changed.

13 May 14:34
Compare
Choose a tag to compare
Pre-release

Basic time unit is now second, not hour.

Percent computations

03 May 13:59
Compare
Choose a tag to compare
Percent computations Pre-release
Pre-release

Added percent syntax.

Equation solver

05 Apr 09:36
Compare
Choose a tag to compare
Equation solver Pre-release
Pre-release

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.