Function5 is designed to evaluate a mathematical expression using five input variables. By providing numbers ($$x$$, $$y$$, $$z$$, $$w$$, $$t$$) and a mathematical expression ($$f(x, y, z, w, t)$$), the function calculates and returns the result.
Use the following guide to learn how to construct valid expressions:
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.  | 
z | None  | The third input number to be used in the expression.  | 
w | None  | The fourth input number to be used in the expression.  | 
t | None  | The fifth 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.  |