Mahmud Bamanga Posted May 5, 2019 Posted May 5, 2019 What is an operator table? Could an operator table represent any action that we might want them to take?
Strange Posted May 5, 2019 Posted May 5, 2019 Do you mean a table that shows the precedence of operators? https://interactivepython.org/runestone/static/CS152f17/Appendices/PrecedenceTable.html Or something else
Sensei Posted May 5, 2019 Posted May 5, 2019 Maybe you meant lookup table? Result of precomputation. The most famous lookup table is multiplication table. The result of usage of multiplication operator. Lookup table is limited by number of columns and/or rows and available memory. Argument to dynamic operator can exceed number of columns and/or rows of fixed lookup table.
Strange Posted May 5, 2019 Posted May 5, 2019 Or maybe a truth table: https://en.wikipedia.org/wiki/Truth_table ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now