(PHP 4, PHP 5, PHP 7, PHP 8)
exp — Calculates the exponent of e
Returns e
raised to the power of num
.
Bilginize:
'
e
' is the base of the natural system of logarithms, or approximately 2.718282.
num
The argument to process
'e' raised to the power of num
Örnek 1 exp() example
<?php
echo exp(12), PHP_EOL;
echo exp(5.7);
?>
Yukarıdaki örneğin çıktısı:
162754.791419 298.86740096706