Data / Math data/math_op

Math Op

Advanced math operations: power, square root, absolute value, floor, ceil, round, min, max, log, sin, cos, tan.

Note: Trigonometric functions expect input in radians.

Inputs

NameTypeOptionalDescription
a number Primary input.
b number Secondary input (used for POWER, MIN, MAX).

Outputs

NameTypeDescription
result number Computed result.

Properties

KeyTypeDefaultDescription
op select "POWER" Operation