I have uploaded a test version of a new user module for doing mathematics with. It is a math expression parser that takes a mathematical formula as an input and calculates it for you. The module also has four user inputs labeled a,b,c,d for your variables so for example you could type in 'a+b/(c-d)' and the module will calculate the result for you. Each time a variable changes the equation is recalculated. Your equation is converted to bytecode so it is pretty efficient calculation as well.
I will do a wiki page once it is working correctly but for the moment you can do most standard math operations (+-/* etc), trigonometry (sin, cos etc), power(^), exponentials (exp) etc etc. You can also access the host samplerate using sr, bloc size using BLOC and use units such as milli (m), micro (u), kilo (k) etc.
There are more examples in the download.
For the moment your equation needs to be formatted correctly so that no whitespace is present in it and no additional lines. If the equation is not recognized then an error message is written in Usine's console output. Let me know if you spot any bugs.
Download here

