scilab-6.1.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
Variables
- Predefined variables
- %chars — Selected sets of Unicode characters
 - %e — オイラー数.
 - %eps — イプシロン (浮動小数点数相対精度)
 - %f or %F — false (偽)用の論理変数.
 - %i — 虚数単位
 - %inf — 無限大
 - %nan — not-a-number
 - %pi — 円の円周と直径の比
 - %s — 多項式を定義する際に使用される変数.
 - %t or %T — true (真)を表す論理値変数.
 - %z — 多項式を定義する際に使用される変数.
 - home — ユーザディレクトリを取得する.
 - SCI, WSCI — Scilabのルートパスの値を有する変数.
 - SCIHOME — 設定ファイルおよびScilabセッションの履歴ファイルのパスを有する.
 - TMPDIR — テンポラリディレクトリのパス
 
 - checkNamedArguments — Return list of unexpected named arguments
 - clear — 変数を消去する
 - clearglobal — グローバル変数を削除
 - exists — 変数の存在を確認する
 - global — グローバル変数を定義する
 - isdef — 変数の存在を確認
 - isglobal — checks if a local variable has a global counterpart
 - names — Scilab 名前の構文
 - predef — 変数の保護
 - who — 変数の一覧
 - who_user — ユーザ変数の一覧
 - whos — 長い形式で変数のリストを得る
 
| Report an issue | ||
| << types | Scilab | exit >> |