exp
Returns e (Euler’s number) raised to the power of its argument.
Returns e raised to the power of EXPR, or $_ if omitted. The argument
is coerced to Nv (f64). Always returns an Nv.
Synopsis
my $e = exp(1); # 2.71828...
my $r = exp($x);
my $r = exp; # exp($_)