IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Mathématiques <math.h> next up previous contents index
Next: Branchements non locaux <setjmp.h> Up: La bibliothèque standard Previous: Environnement local <locale.h>

Sous-sections

Mathématiques <math.h>

Fonctions trigonométriques et hyperboliques

fonction sémantique
acos arc cosinus
asin arc sinus
atan arc tangente
atan2 arc tangente
cos cosinus
cosh cosinus hyperbolique
sin sinus hyperbolique
sinh sinus
tan tangente
tanh tangente hyperbolique

Fonctions exponentielles et logarithmiques

fonction sémantique
exp exponentielle
frexp étant donné x, trouve n et p tels que x = n * 2p
ldexp multiplie un nombre par une puissance entière de 2
log logarithme
log10 logarithme décimal
modf calcule partie entière et décimale d'un nombre

Fonctions diverses

fonction sémantique
ceil entier le plus proche par les valeurs supérieures
fabs valeur absolue
floor entier le plus proche par les valeurs inférieures
fmod reste de division
pow puissance
sqrt racine carrée


next up previous contents index
Next: Branchements non locaux <setjmp.h> Up: La bibliothèque standard Previous: Environnement local <locale.h>
Bernard Cassagne
1998-12-09