PHP.nl

exp

exp

Calculates the exponent of e

float **exp** float $num

Returns raised to the power of . e``num

Opmerking: > '' is the base of the natural system of logarithms, or approximately 2.718282. e

numThe argument to process

'e' raised to the power of num

Voorbeeld: example

<?php
echo exp(12), PHP_EOL;
echo exp(5.7);
?>
162754.791419
298.86740096706

log``pow