I am trying to compare the values e^π and π^e using R. However I keep getting the message object 'e' not found.
Asked
Active
Viewed 128 times
1 Answers
0
e isn't automatically defined in R, but it can be obtained with exp(1), so you can do exp(1) ^ pi and pi ^ exp(1)
user438383
- 5,716
- 8
- 28
- 43