Scilab 5.4.0
Please note that the recommended version of Scilab is 6.1.0. This page might be outdated.
See the recommended documentation of this function
log
натуральный логарифм
Последовательность вызова
y=log(x)
Аргументы
- x
вектор констант или матрица констант
Описание
log(x)
поэлементный логарифм
y(i,j)=log(x(i,j))
. Для матричного логарифма см.
logm.
Примеры
exp(log([1,%i,-1,-%i]))
Comments
Add a comment:
Please login to comment this page.