Recherche sur les Noms des fonctions php/mysql
exp()
Définition
Calcul l'exponentielle - (PHP 4, PHP 5)Description
float exp
( float $arg
)
Retourne e, à la puissance arg .
Note: 'e' est le logarithme naturel, ou approximativement 2.718282.
Liste de paramètres
- arg
-
L'argument à traiter
Valeurs de retour
'e', à la puissance arg .
Exemples
Exemple #1 Exemple avec exp()
<?php
echo exp(12) . "\n";
echo exp(5.7);
?>
L'exemple ci-dessus va afficher :
1.6275E+005 298.87
Bout de code utilisant la fonction exp()
Aucun bout de code n'utilise la fonction exp(). N'hésitez pas à en proposer un en vous connectant à l'espace membre.
Connexion
Les fonctions
Références
- abs
- acos
- acosh
- asin
- asinh
- atan2
- atan
- atanh
- base_convert
- bindec
- ceil
- cos
- cosh
- decbin
- dechex
- decoct
- deg2rad
- exp
- expm1
- floor
- fmod
- getrandmax
- hexdec
- hypot
- is_finite
- is_infinite
- is_nan
- lcg_value
- log10
- log1p
- log
- max
- min
- mt_getrandmax
- mt_rand
- mt_srand
- octdec
- pi
- pow
- rad2deg
- rand
- round
- sin
- sinh
- sqrt
- srand
- tan
- tanh





