HH\Lib\Math\exp
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
This is available as Math\exp
in the www repository.
Returns e to the power $arg
namespace HH\Lib\Math;
function exp(
num $arg,
): float;
To find the logarithm, see Math\log()
.
num $arg
float