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
| Name | Type | Optional | Description |
|---|---|---|---|
a |
number | Primary input. | |
b |
number | Secondary input (used for POWER, MIN, MAX). |
Outputs
| Name | Type | Description |
|---|---|---|
result |
number | Computed result. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
op |
select | "POWER" |
Operation |