|
Math Operator |
|
|
The math operators combine inputs using one of fourteen operations.
|
|
Pins:
| | | | | |
| X | input | required to operate |
| Y | input | required to operate |
| Z | Output Z = X oper Y |
Keyboard and Context menu:
| | | |
| del | delete the object |
| + | arithmetic addition |
| - | arithmetic subtraction |
| * | arithmetic multiplication |
| a | logical and |
| o | logical or |
| n | logical nand |
| r | logical nor |
| x | logical xor |
| < | compare less than |
| ( | compare less than or equal |
| > | compare greater than |
| ) | compare greater than or equal |
| = | compare equal |
| ! | compare not equal |
| b | bipolar output |
| d | digial output |
Default State:
| | |
| Addition |
| Bipolar output |
Notes:
| | |
| Output type does not apply to arithmetic operators. |
| Logical input levels: true < 0.0, false >= 0.0 |
| Digital output: true = -1.0, false = 0.0 |
| Bipolar output: true = -1.0, false = +1.0 |
| For the non-comutative operators (subtract, compare), the order of operation is X (top) oper Y (bottom). |
|