Back
For example, how would I go about entering the value e^2 in R?
The R expression
exp(1)
represents e, and
exp(2)
represents e^2.
This works because exp is the exponentiation function with base e.
31k questions
32.8k answers
501 comments
693 users