HH\Lib\Math\exp
Requires the Hack Standard Library to be installed.
Facebook Engineer?
This function is available as Math\exp()
in Facebook's www repository.
Returns e to the power $arg
namespace HH\Lib\Math;
function exp(
num $arg,
): float;
To find the logarithm, see Math\log()
.
Parameters
num $arg
Returns
float