Specifies that an operator's placement depends on context. For example, a - b (infix) versus -a (prefix).
Specifies a binary operators placed between their operands, as in a ⨯ b.
Specifies a unary operators placed after their operand, as in x !.
Specifies a unary operators placed before their operand, as in ¬ p.
This API is still under development and is subject to change. Copyright © Math I Can Do Solutions Incorporated and/or its licensors.
Specifies the relative position of an operator and its operand or operands.