You are here : phpmathexp

exp() - math

Returns e raised to the power of arg.
Parameters :
  • arg - The argument to process

  • Syntax

    float exp
         ( float $arg
        )


    Example

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


    Output / Return Value


    Limitations


    Alternatives / See Also


    Reference