Calculates a mathematical expression with input values "A" and "B".
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Operand A | The value of "A" when calculating the expression. Primary Input | f32f64 |
| Expression | A math expression that may incorporate "A" and/or "B", such as Default: | string |
| Operand B | The value of "B" when calculating the expression. Default: | f32f64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | f64f32 |