Evaluates a math expression written in terms of the single variable x, which carries the input value.
A boolean input reads as 0 or 1, and a boolean output requires the expression to produce exactly 0 or 1, since any other number is not a truth value.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Value | The value passed into the expression as Primary Input | bool[]boolf32[]f32f64[]f64 |
| f(x) = | The expression evaluated for the input value, in terms of Default: | String[]String |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | f64f64[]f32f32[]boolbool[] |