Home > PHP > Function > Math > exp()

exp()

exp - Calculates the exponent of

e

Syntax

float exp (float $arg)

Arguments

  • arg - The argument to process

Description

Returns e raised to the power of arg.

Version

PHP 4, 5

Return value

'e' raised to the power of arg