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
Exponential
- exp — 要素毎の指数関数
- expm — 正方行列の指数関数
- log — 自然対数
- log10 — 対数
- log1p — 引数に1を足した数の自然対数を正確に計算する
- log2 — Base-2 logarithm. Base-2 exponent and mantissa of some real numbers
- logm — 正方行列の対数
- nthroot — 実数のn番目の実根
- polar — 極座標形式
- power — 指数演算子 (^,.^)
- sqrt — 平方根
- sqrtm — 行列の平方根
Report an issue | ||
<< elementarymatrices | Elementary Functions | Floating point >> |