Scilab 5.4.1
- Scilab help
- Elementary Functions
- bitwise
- Complex
- Discrete mathematics
- elementarymatrices
- Exponential
- Floating point
- Integer representation
- matrixmanipulation
- matrixoperations
- searchandsort
- setoperations
- signalprocessing
- symbolic
- Trigonometry
- and
- &
- cat
- cell2mat
- cellstr
- isempty
- isequal
- isvector
- lstsize
- maxi
- mini
- modulo
- ndims
- nthroot
- or
- |
- sign
- size
- sort
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 — 整数から倍精度表現に変換
- fix — 0方向への丸め
- floor — 下方向への丸め
- format — 数値の印字および表示形式
- frexp — 浮動小数点数を2を基底とする指数部と仮数部に分解する
- ieee — 浮動小数点例外モードを設定
- int — 整数部
- isinf — 無限大のエントリかどうかを調べる
- isnan — "Not a Number" エントリを調べる
- nearfloat — 前のまたは次の浮動小数点数を取得
- nextpow2 — 次の2のべき乗の値
- number_properties — 浮動小数点数パラメータを定義する
- round — 丸め処理
Report an issue | ||
<< Exponential | Elementary Functions | Integer representation >> |