Different forms of operation, RPN, INFIX; POSTFIX, PREFIX, EXOFIX, etc.
|
12-09-2018, 09:19 PM
(This post was last modified: 12-09-2018 09:31 PM by compsystems.)
Post: #1
|
|||
|
|||
Different forms of operation, RPN, INFIX; POSTFIX, PREFIX, EXOFIX, etc.
Hello, you agree with the following definitions.
INFIX, operator in the middle. PREFIX, operator at the beginning. POSTFIX, operator at the end. EXOFIX, operator on the outside. PHP Code: a union b (union as infix operator), a ∪ b (∪ as symbolic infix operator), ∪ a,b (∪ as prefix operator), ∪(a,b) (∪ as prefix functional operator), (a, b)∪ (∪ as postfix functional operator), a, b ∪ (∪ as postfix operator) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Different forms of operation, RPN, INFIX; POSTFIX, PREFIX, EXOFIX, etc. - compsystems - 12-09-2018 09:19 PM
|
User(s) browsing this thread: 2 Guest(s)