Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.0.0 - 日本語


log10

対数

呼び出し手順

y = log10(x)

引数

x, y

arrays of real or complex numbers, of any number of dimensions and of any identical sizes.

説明

log10(x) は,10を底とする"要素毎"の対数 y(i,j)=log10(x(i,j))です.

log10(…) can be overloaded for unsupported input types.

10.^log10([1,%i,-1,-%i])

参照

  • log — 自然対数
  • logm — 正方行列の対数
  • hat — (^) 累乗
  • ieee — 浮動小数点例外モードを設定
Report an issue
<< log Exponential log1p >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Mar 07 09:28:42 CET 2023