- Consider
1 + pi
What are the steps involved in R computing this?
- Consider
1 + 2 * 3
What are the steps involved in R computing this? How many function calls are there? To what function?
- And
1 + sin(2)
What are the steps involved in R computing this?