Mahmud Bamanga Posted May 5, 2019 Share Posted May 5, 2019 What is an operator table? Could an operator table represent any action that we might want them to take? Link to comment Share on other sites More sharing options...
Strange Posted May 5, 2019 Share 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 Link to comment Share on other sites More sharing options...
Sensei Posted May 5, 2019 Share 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. Link to comment Share on other sites More sharing options...
Strange Posted May 5, 2019 Share Posted May 5, 2019 Or maybe a truth table: https://en.wikipedia.org/wiki/Truth_table ? Link to comment Share on other sites More sharing options...
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