Scilab 5.5.0
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
log10
対数
呼び出し手順
y=log10(x)
パラメータ
- x
- ベクトルまたは行列 
説明
対数.x がベクトルの場合,
            log10(x)=[log10(x1),...,log10(xn)]となります.
例
10.^log10([1,%i,-1,-%i])
| Report an issue | ||
| << log | Exponential | log1p >> |