Exp | R Documentation |
x
to power y
Exponentiate x
to power y
Exp(x, y)
x |
Numeric vector or scalar |
y |
Numeric scalar |
vector with same length as x, x^y
all.equal(Exp(exp(1), 5), exp(5) )
Ln(Exp(exp(1), 10)) ==10
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.