Propagator is a tool that calculates the uncertainty of an expression.
Grammar
- Operations: + , - , * , / , ^
- Functions: exp( ) , ln( ), log10( ), sqrt( ), 1e10, 1e-6
- Numbers: 10 * var1, 20 + var2, ...
- Constants: for the variables without uncertainty, use the prefix cst_: cst_rho, cst_k
- Unlimited parenthesis pairs: 7 * ( var1 * ( 4 * ( ... ) + var2 ) + exp(var4) )
Equation: