caliModeToggle
caliModeToggle( ) =>t/nil
Description
Toggles Algebraic or RPN-specific buttons on the Calculator based on the currently set Calculator mode. Calculator works in two modes—RPN Mode and Algebraic Mode.
These modes provide different sets of operations for building and evaluating expressions. Default mode is RPN Mode.
Arguments
Value Returned
Examples
The following example toggles Calculator mode.
caliModeToggle()
=> t
Return to top