Podcast
Questions and Answers
What is the result of $math.exp(2)$?
What is the result of $math.exp(2)$?
- 2.71828
- 5.39
- Approximately 7.389 (correct)
- 4
What does the function $math.sqrt()$ do?
What does the function $math.sqrt()$ do?
- Returns the square root of a number (correct)
- Returns the absolute value of a number
- Returns the cube root of a number
- Returns the factorial of a number
What is the result of $math.sin(math.radians(45))$?
What is the result of $math.sin(math.radians(45))$?
- Approximately 0.707 (correct)
- 0.5
- 1.0
- 0.866
What does $math.log(2.71828)$ return?
What does $math.log(2.71828)$ return?
What does $math.fabs(-5)$ return?
What does $math.fabs(-5)$ return?