08F007 |
^CFGDISPLAY
|
( → )
Display current configuration of the CAS.
|
090007 |
^NEWVX
|
( → )
Input new current variable from the user.
--
<REF>TEXT:Reserved|VX
|
091007 |
^NEWMODULO
|
( → )
Input new modulo from the user.
|
092007 |
^SWITCHON
|
( #flag → )
Asks the user if a certain mode may be
switched on by toggling system flag #flag.
Errors if the user does not want to switch.
|
093007 |
^SWITCHOFF
|
( #flag → )
Asks the user is a certain mode may be
switched off by toggling system flag #flag.
Error if the user does not want to switch.
|
094007 |
^FLAGNAME
|
( # → # $ )
Find the name of a flag.
|
1DC007 |
(^PUSHFLAGS)
|
( → )
Internal version of User PUSH command: stores
the current flag settings and path in the
CASDIR/ENVSTK variable.
|
1DD007 |
(^POPFLAGS)
|
( → )
Internal version of User POP command: pops
the last pushed flag settings and path from
the CASDIR/ENVSTK variable.
|
095007 |
^COMPLEXON
|
( → )
Turns complex mode on. Depending on system
flag 120, the user is asked first.
|
096007 |
^COMPLEXOFF
|
( → )
Turns complex mode off. Depending on system
flag 120, the user is asked first.
|
097007 |
^EXACTON
|
( → )
Turns exact mode on. Depending on system
flag 120, the user is asked first.
|
098007 |
^EXACTOFF
|
( → )
Turns exact mode off. Depending on system
flag 120, the user is asked first.
|
099007 |
^COMPLEXMODE
|
( → )
Set complex mode, refresh configuration
display.
|
09A007 |
^SETCOMPLEX
|
( → )
Set complex mode.
|
09B007 |
^COMPLEX?
|
( → flag )
Test complex mode.
|
09C007 |
^REALMODE
|
( → )
Set real mode, refresh configuration display.
|
09D007 |
^CLRCOMPLEX
|
( → )
Set real mode.
|
09E007 |
^EXACTMODE
|
( → )
Set exact mode, refresh configuration
display.
|
09F007 |
^SETEXACT
|
( → )
Set exact mode and gcd mode.
|
0A0007 |
^NUMMODE
|
( → )
Set numeric mode, refresh configuration
display.
|
0A1007 |
^CLREXACT
|
( → )
Clear exact mode.
|
0A2007 |
^EXACT?
|
( → flag )
Test exact mode.
|
0A3007 |
^STEPBYSTEP
|
( → )
Set step by step flag, refresh display.
|
0A4007 |
^NOSTEPBYSTEP
|
( → )
Clear step by step flag, refresh display.
|
0A5007 |
^VERBOSEMODE
|
( → )
Set verbose mode, refresh configuration
display.
|
0A6007 |
^SILENTMODE
|
( → )
Set silent mode, refresh configuration
display.
|
0A7007 |
^RECURMODE
|
( → )
Set recursive mode, refresh configuration
display.
|
0A8007 |
^NONRECMODE
|
( → )
Set nonrecursive mode, refresh configuration
display.
|
0A9007 |
^PLUSAT0
|
( → )
Set positive mode, refresh configuration
display.
|
0AA007 |
^SETPLUSAT0
|
( → )
Set positive mode.
|
0AB007 |
^PLUSATINFTY
|
( → )
Set positive infinity mode, refresh
configuration display.
|
0AC007 |
^CLRPLUSAT0
|
( → )
Set positive infinity mode.
|
0AD007 |
^SPARSEDATA
|
( → )
Set full data mode, refresh configuration
display.
|
0AE007 |
^FULLDATA
|
( → )
Set sparse mode, refresh configuration
display.
|
0AF007 |
^RIGORMODE
|
( → )
Set rigorous mode, refresh configuration
display.
|
0B0007 |
^SLOPPYMODE
|
( → )
Set sloppy mode, refresh configuration
display.
|
0B1007 |
^SLOPPY?
|
( → flag )
Test sloppy mode.
|
1D2006 |
^SAVECASFLAGS
|
( → )
Saves CAS flags and current var.
|
1D4006 |
^RESTORECASFLAGS
|
( → )
Restore CAS flags and current var.
|
1D5006 |
^CASFLAGEVAL
|
( → )
Execute next runstream object with flag
protection.
|
0C2007 |
^RCLMODULO
|
( → Z )
Fetch MODULO from the home directory.
|
0C3007 |
^RCLPERIOD
|
( → sym )
Fetch PERIOD from the home directory.
|
0C4007 |
^RCLVX
|
( → id )
Fetch VX from home directory.
--
<REF>TEXT:Reserved|VX
|
0C5007 |
^STOVX
|
( ob → )
Store object in VX.
--
<REF>TEXT:Reserved|VX
|
0C6007 |
^STOMODULO
|
( ob → )
Store object in MODULO.
|
0C7007 |
^RCLEPS
|
( → % )
Fetch EPS from home directory.
|
0C8007 |
^ISIDREAL?
|
( id → id id T )
( id → id F )
Test if id is in the REALASSUME list.
|
0C9007 |
^ADDTOREAL
|
( id → )
Add idnt to the list of real var.
|
0CA007 |
^RESETCASCFG
|
( → )
Reset CAS config.
|
1D0006 |
^VERNUMext
|
( → %version )
CAS version number.
|