Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
Variables
- Constants
- 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 — temporary directory path.
- home — Gives the user directory.
- %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.
- checkNamedArguments — Return list of unexpected named arguments
- clear — cancela variáveis
- clearglobal — cancela variáveis globais
- exists — verifica existência de variáveis
- global — define variável global
- isdef — verifica existência de variáveis
- isglobal — checks if a local variable has a global counterpart
- names — scilab names syntax
- predef — proteção de variáveis
- who — listagem de variáveis
- who_user — listagem das variáveis do usuário
- whos — listing of variables in long form
Report an issue | ||
<< types | Scilab | exit >> |