Function2
is designed to evaluate a mathematical expression using two input variables. By providing numbers as inputs ($$x$$ and $$y$$) and a mathematical expression ($$f(x, y)$$), the function calculates and returns the result.
Use the following guide to learn how to construct mathematical expressions: https://voimatoolbox.com/documents/view/guide-to-using-mathematical-expressions-with-voima-toolbox
Parameter | Default Units | Description |
---|---|---|
x | None | The first input number to be used in the expression. |
y | None | The second input number to be used in the expression. |
Expression | None | The mathematical expression to be evaluated. |
Result | None | The output value after evaluating the expression. |