Function2

Input data

x

y

Expression

Output data

Result

Description

Function2 is designed to evaluate a mathematical expression using two input variables. By providing numbers as inputs (xx and yy) and a mathematical expression (f(x,y)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

Features:

  • Accepts two input values (xx and yy) and a mathematical expression (f(x,y)f(x, y)).
  • Evaluates the expression using the given input 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.
ExpressionNoneThe mathematical expression to be evaluated.
ResultNoneThe output value after evaluating the expression.