Scilab 5.3.1
      
      - Aide Scilab
 - Fonctions Elémentaires
 - Mathématiques discrètes
 - Matrices élémentaires
 - Virgule flottante
 - Représentation d'entier
 - Manipulation de matrices
 - Opérations matricielles
 - Chercher et trier
 - Opérations sur les ensembles
 - Traitement du signal
 - Calcul symbolique
 - Trigonométrie
 - Bitwise operations
 - abs
 - amell
 - and
 - &
 - delip
 - exp
 - imag
 - inttrap
 - isdef
 - isreal
 - log
 - log10
 - log2
 - logm
 - lstsize
 - max
 - min
 - modulo
 - norm
 - or
 - |
 - real
 - sign
 - signm
 - size
 - sqrt
 - sqrtm
 - squarewave
 - toeplitz
 - cat
 - cell2mat
 - cellstr
 - char
 - diff
 - imult
 - isempty
 - isequal
 - isequalbitwise
 - isvector
 - log1p
 - ndims
 - pertrans
 - typeof
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
log
logarithme naturel
Séquence d'appel
y=log(x)
Paramètres
- x
 vecteur ou matrice (réelle ou complexe)
Description
log(x) calcule le logarithme élément par élément
    : y(i,j)=log(x(i,j)). Pour le logarithme matriciel voir
    la fonction logm.
Exemples
exp(log([1,%i,-1,-%i]))
Voir aussi
- log2 — logarithme en base 2
 - log10 — logarithme en base 10
 - hat — élévation à la puissance
 - exp — exponentielle
 - frexp — calcule la représentation en base 2 (mantisse et exposant) d'un nombre flottant.
 - logm — logarithme matriciel d'une matrice carrée
 - ieee — détermine le mode d'exception IEEE pour les calculs
 
| << isreal | Fonctions Elémentaires | log10 >> |