x
y
Exp.Rd
Exponentiate x to power y
Exp(x, y)
Numeric vector or scalar
Numeric scalar
vector with same length as x, x^y
all.equal(Exp(exp(1), 5), exp(5) ) #> [1] TRUE Ln(Exp(exp(1), 10)) ==10 #> [1] TRUE