scilab-6.1.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
Variables
- Constantes
- %chars — Selected sets of Unicode characters
- %e — Euler number.
- %eps — epsilon (floating-point relative accuracy)
- %f or %F — Boolean variable for false.
- %i — imaginary unit
- %inf — infinity
- %nan — not-a-number
- %pi — ratio of circle's circumference to its diameter
- %s — A variable used to define polynomials.
- %t or %T — Boolean variable for true.
- %z — A variable used to define polynomials.
- home — Gives the user directory.
- SCI, WSCI — variable containing the value of the root path of Scilab.
- SCIHOME — contains the path to preferences, history files of your Scilab session.
- TMPDIR — chemin du répertoire temporaire
- checkNamedArguments — Return list of unexpected named arguments
- clear — Suppression de variables
- clearglobal — supprime des variables globales
- exists — teste l'existence d'une variable
- global — définition de variables globales
- isdef — vérifie si une variable existe
- isglobal — checks if a local variable has a global counterpart
- nommage — Règles de nommage des variables et fonctions
- predef — protection de variables
- who — liste des variables
- who_user — listing of user's variables
- whos — liste des variables courantes dans un format détaillé
Report an issue | ||
<< types | Scilab | exit >> |