Full Command and Function Reference 3-107
Flags: Numerical Results (-3)
Input/Output:
Level 2/Argument 1 Level 1/Argument 2 Level 1/Item 1
x y
→
x mod y
x 'symb'
→
'MOD(x, symb)'
'symb' x
→
'MOD(symb, x)'
'symb
1
' 'symb
2
'
→
'MOD(symb
1
, symb
2
)'
See also: FLOOR, /
MODSTO
CAS: Change the modulo setting to the specified number.
MODULAR
CAS: Display a menu or list of CAS modulo operations.
MROOT
Type: Command
Description: Multiple Roots Command: Uses the multiple-equation solver to solve for one or more variables
using the equations in EQ. Given a variable name, MROOT returns the found value; with
"ALL"
MROOT stores a found value for each variable but returns nothing.
Access: …µ MROOT
Input/Output:
Level 1/Argument 1 Level 1/Item 1
'name'
→
x
"ALL"
→
See also: MCALC, MUSER
MSGBOX
Type: Command
Description: Message Box Command: Creates a user-defined message box.
MSGBOX displays “message” in the form of a standard message box. Message text too long to
appear on the screen is truncated. You can use spaces and new-line characters (…ë) to
control word-wrapping and line breaks within the message.
Program execution resumes when the message box is exited by selecting
OK or CANCL.
Access: !°L
OUT MSGBOX ( °is the left-shift of the Nkey).
Input/Output:
Level 1/Argument 1 Level 1/Item 1
“message”
→
See also: CHOOSE, INFORM, PROMPT
MSLV
CAS: Multiple equation solver; numerically approximate a solution to a system of equations.
MSOLVR
Type: Command
Description: Multiple Equation Solver Command: Gets the multiple-equation solver variable menu for the set
of equations stored in EQ.