Calculates one function value based on a given formula that contains multiple variables.
x values corresponding to variables.
n independent variables of the given formula. variables has a one-to-one relation with x values.
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Calculated function value.
Algorithm for Calculating y value
This node calculates y value using the following equation:
y = f(x1, x2, ..., xn)
where n is the number of independent variables in the given formula.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
The following table shows an example of the inputs and outputs of this node.
formula | x values | variables | y values |
---|---|---|---|
3*x1 + 4*x2 + x3^2 | [1, -1, 2] | [x1, x2, x3] | 3.00 |
Where This Node Can Run:
Desktop OS: Windows
FPGA: This product does not support FPGA devices