Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2024.0.0 - English


log10

base 10 logarithm

Syntax

y = log10(x)

Arguments

x, y

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

Description

log10(x) is the "element-wise" base 10 logarithm y(i,j)=log10(x(i,j)).

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

Examples

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

See also

  • log — natural logarithm
  • log2 — Base-2 logarithm. Base-2 exponent and mantissa of some real numbers
  • logm — square matrix logarithm
  • hat — (^) exponentiation
  • ieee — sets or gets the floating point exception mode
Report an issue
<< log Log - exp - power 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 Oct 24 14:30:03 CEST 2023