downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

expm1> <deg2rad
[edit] Last updated: Fri, 30 Nov 2012

view this page in

exp

(PHP 4, PHP 5)

expOblicza eksponentę liczby e

Opis

float exp ( float $argument )

Zwraca e podniesione do potęgi argument.

Informacja:

Liczba 'e' jest podstawą logarytmu naturalnego. Wynosi około 2.718282.

Przykład #1 Przykład użycia exp()

<?php
echo exp(12) . "\n";
echo 
exp(5.7);
?>

Powyższy przykład wyświetli:

1.6275E+005
298.87

Patrz także: log() i pow().



expm1> <deg2rad
[edit] Last updated: Fri, 30 Nov 2012
 
add a note add a note User Contributed Notes exp - [4 notes]