Scilab 6.0.0
      
      - Scilabヘルプ
 - Elementary Functions
 - bitwise
 - Complex
 - Discrete mathematics
 - elementarymatrices
 - Exponential
 - Floating point
 - Integer representation
 - matrixmanipulation
 - matrixoperations
 - searchandsort
 - setoperations
 - signalprocessing
 - Trigonometry
 - &, &&
 - cat
 - ind2sub
 - iscolumn
 - isempty
 - isequal
 - ismatrix
 - isrow
 - isscalar
 - issquare
 - isvector
 - modulo
 - ndims
 - |, ||
 - size
 - sub2ind
 
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.
Floating point
- ceil — 切り上げ
 - clean — 行列を消去 (小さなエントリをゼロに丸める)
 - double — converts inttype integers or booleans into decimal encoding
 - fix — 0方向への丸め
 - floor — 下方向への丸め
 - format — set the default output format of decimal numbers
 - frexp — 浮動小数点数を2を基底とする指数部と仮数部に分解する
 - ieee — 浮動小数点例外モードを設定
 - int — ゼロ方向への丸め
 - isinf — tests for infinite elements
 - isnan — "Not a Number" エントリを調べる
 - nearfloat — 前のまたは次の浮動小数点数を取得
 - nextpow2 — 指定値を超える2の累乗の最小値
 - number_properties — 浮動小数点数パラメータを定義する
 - round — 最も近い整数に丸める
 
| Report an issue | ||
| << Exponential | Elementary Functions | Integer representation >> |