Skip to content

0.7.5

Compare
Choose a tag to compare
@parnoldx parnoldx released this 20 Aug 20:39
· 65 commits to master since this release
0cb3b3a

Introduce user functions

To define a user function type e.g.: function kineticEnergy 0.5*\x*\y^2


Then you can use it anywhere e.g. car = kineticEnergy(1000 kg, 3 m/s)