E in R
The number e is a mathematical constant called Euler’s number. You can get this in R using the exponent function exp(). Just run the following and it should give you the value of e.
exp(1)
The number e is a mathematical constant called Euler’s number. You can get this in R using the exponent function exp(). Just run the following and it should give you the value of e.
exp(1)