Math

Calculates a mathematical expression with input values "A" and "B".

Interface

Inputs

ParameterDetailsPossible Types
Operand A

The value of "A" when calculating the expression.

Primary Input

f32
f64
Expression

A math expression that may incorporate "A" and/or "B", such as sqrt(A + B) - B^2.

Default: A + B

string
Operand B

The value of "B" when calculating the expression.

Default: 1

f32
f64

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

f64
f32