The exp() function returns e raised to the power of x.
exp()
exp($x)
$x
The following codebyte illustrates the use of the exp() function with a variety of arguments:
Favicon IconArrow Chevron Left IconCodeOutputArrow Chevron Right IconLoading...Run