next up previous contents index
Next: 2.2 Création d'une matrice Up: 2.1 Les Scalaires Previous: 2.1.1 Création et opérations   Table des matières   Index

2.1.2 Les fonctions usuelles

Le tableau suivant nous donne une liste non-exhaustive des fonctions habituellement utilisées.

Fonctions Dénomination
abs Valeur absolue ou module
exp Exponentielle
log Logarithme népérien
log10 Logarithme base 10
cos Cosinus(argument en radian)
sin Sinus(argument en radian)
tan Tangente(argument en radian)
cotg Cotangente(argument en radian)
acos Arcosinus
asin Arcsinus
atan Arctangente
cosh Cosinus hyperbolique
sinh Sinus hyperbolique
tanh Tangente hyperbolique
acosh Argch
asinh Argsh
atanh Argth
sqrt Racine carrée
floor Partie entière $ E(x)=(\vert x\vert)=n \Leftrightarrow n\leq
x<n+1$
ceil Partie entière supérieure $ \vert x\vert=n \Leftrightarrow
n-1<x\leq n$
int Partie entière anglaise $ int(x)=\vert x\vert$ si $ x>0$ et $ =\vert x\vert sinon$
erf Fonction erreur $ erf(x)=\frac{2}{\sqrt(\pi)}\int_0^x e^{-t^2}dt$
erfc Fonction erreur complémentaire $ erfc(x)=1-erf(x)$


next up previous contents index
Next: 2.2 Création d'une matrice Up: 2.1 Les Scalaires Previous: 2.1.1 Création et opérations   Table des matières   Index
root
2000-02-07