Scilab 6.0.1
- Scilabヘルプ
- Elementary Functions
- bitwise
- Complex
- Discrete mathematics
- elementarymatrices
- Exponential
- Floating point
- Integer representation
- matrixmanipulation
- matrixoperations
- searchandsort
- setoperations
- signalprocessing
- Trigonometry
- &, &&
- ind2sub
- iscolumn
- isempty
- isequal
- ismatrix
- isrow
- isscalar
- issquare
- isvector
- modulo
- ndims
- |, ||
- size
- sub2ind
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
Exponential
- exp — 要素毎の指数関数
- expm — 正方行列の指数関数
- log — 自然対数
- log10 — 対数
- log1p — 引数に1を足した数の自然対数を正確に計算する
- log2 — 2を底とする対数
- logm — 正方行列の対数
- nthroot — 実数のn番目の実根
- polar — 極座標形式
- power — 指数演算子 (^,.^)
- sqrt — 平方根
- sqrtm — 行列の平方根
Report an issue | ||
<< elementarymatrices | Elementary Functions | Floating point >> |