-
Notifications
You must be signed in to change notification settings - Fork 10
Angle Binary Operator
Ryan Porter edited this page Feb 12, 2017
·
2 revisions
Computes the result of a binary operation on two inputs of type doubleAngle.
Attribute Name | Description | Attribute Type |
---|---|---|
input1 (i1) | Left hand operand. | doubleAngle |
input2 (i2) | Right hand operand. | doubleAngle |
operation (op) | Operator that operates on the two operands. Operators are: 0 - No operation, 1 - Add, 2 - Subtract, 3 - Multiply, 4 - Divide, 5 - Power | enum |
output (o) | Result of the operation. | doubleAngle |