Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
7
Task/Special-variables/Maxima/special-variables.maxima
Normal file
7
Task/Special-variables/Maxima/special-variables.maxima
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/* There are many special variables in Maxima: more than 250 are used for options, for example */
|
||||
fpprec; /* precision for big floats */
|
||||
obase; /* number base for output */
|
||||
|
||||
/* Other variables are read-only, and give the list of user-defined variables, functions... */
|
||||
infolists; /* give the names of all available lists */
|
||||
[labels, values, functions, macros, arrays, myoptions, props, aliases, rules, gradefs, dependencies, let_rule_packages, structures]
|
||||
Loading…
Add table
Add a link
Reference in a new issue