Skip to content
Chung Leong edited this page Jan 10, 2022 · 3 revisions

exp - Exponential of e

float exp( float $x )

exp() calculates e raised to the power of x.

Parameters:

x - The exponent. It can be a scalar or an array.

Return Value:

e to the power of x. If x is an array, the return value will also be an array.

Version

1.0 and above.

Clone this wiki locally