Scilab-Branch-6.1-GIT
- Scilabヘルプ
- Elementary Functions
- Complex
- Discrete mathematics
- elementarymatrices
- Exponential
- Floating point
- Integer representation
- Integers
- matrixmanipulation
- matrixoperations
- searchandsort
- setoperations
- Trigonometry
- Bitwise operations
- &, &&
- extraction
- ind2sub
- insertion
- isempty
- isequal
- modulo
- ndims
- |, ||
- size
- sub2ind
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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
- ieee — 浮動小数点例外モードを設定
- int — ゼロ方向への丸め
- isinf — tests for infinite elements
- isnan — "Not a Number" エントリを調べる
- nearfloat — 前のまたは次の浮動小数点数を取得
- nextpow2 — 指定値を超える2の累乗の最小値
- number_properties — 浮動小数点数パラメータを定義する
- round — 最も近い整数に丸める
- signed zero -0 — Processing of -0 versus 0
Report an issue | ||
<< Exponential | Elementary Functions | Integer representation >> |