Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Elementary Functions > Log - exp - power > log

log

natural logarithm

Syntax

y=log(x)

Arguments

x

constant vector or constant matrix

Description

log(x) is the "element-wise" logarithm y(i,j)=log(x(i,j)). For matrix logarithm see logm.

Examples

exp(log([1,%i,-1,-%i]))

See Also

  • exp — element-wise exponential
  • logm — square matrix logarithm
  • log10 — base 10 logarithm
  • ieee — set floating point exception mode
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:33 CEST 2016