Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 311 Bytes

Exercise2.md

File metadata and controls

20 lines (17 loc) · 311 Bytes

Exercise

  1. Consider
 1 + pi

What are the steps involved in R computing this?

  1. Consider
 1 + 2 * 3

What are the steps involved in R computing this? How many function calls are there? To what function?

  1. And
 1 + sin(2)

What are the steps involved in R computing this?