Function4

Input data

x

y

z

w

Expression

Output data

Result

Description

Function4 is designed to evaluate a mathematical expression using four input variables. By providing numbers (xx, yy, zz, ww) and a mathematical expression (f(x,y,z,w)f(x, y, z, w)), 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

Features:

  • Accepts four input values (xx, yy, zz, and ww) and a mathematical expression (f(x,y,z,w)f(x, y, z, w)).
  • Evaluates the expression using the provided values.
  • Returns the calculated result.

Input and Output Parameters:

ParameterDefault UnitsDescription
xNoneThe first input number to be used in the expression.
yNoneThe second input number to be used in the expression.
zNoneThe third input number to be used in the expression.
wNoneThe fourth input number to be used in the expression.
ExpressionNoneThe mathematical expression to be evaluated.
ResultNoneThe output value after evaluating the expression.