PHP exp()

MMOOAAZZ's avatar
Published Jun 23, 2023Updated Jun 9, 2025
Contribute to Docs

The exp() function returns e raised to the power of x.

  • Looking for an introduction to the theory behind programming? Master Python while learning data structures, algorithms, and more!
    • Includes 6 Courses
    • With Professional Certification
    • Beginner Friendly.
      75 hours

Syntax

exp($x)
  • $x: Specifies the exponent that e will be raised to.

Codebyte Example

The following codebyte illustrates the use of the exp() function with a variety of arguments:

Code
Output
Loading...

All contributors

Contribute to Docs

Learn PHP on Codecademy

  • Looking for an introduction to the theory behind programming? Master Python while learning data structures, algorithms, and more!
    • Includes 6 Courses
    • With Professional Certification
    • Beginner Friendly.
      75 hours