Function __global->exp

Definitions

sources_custom/phpstub.php

  • Calculates the exponent of e.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: float

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$arg float No No required parameter N/A N/A Arg

Returns

  • Result
  • Type: float
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Calculates the exponent of e.
 *
 * @param  float $arg Arg
 * @return float Result
 */

function exp(float $arg) : float