You are on page 1of 3

A B C D

1 Example
2 natural log log to the base "e" of 1.5
3 "ln"
4
5 log to the base 2 log to the base 2 of 1.5
6 "log(number, base)"
7
8 pi 1 divided by the square root of pi
9 "pi()"
10
11 random number between 0 and 1
12 "=rand()"
A B C D E F
1 Example note - general practice throughout the course is to round answers to two d
2 natural log function log to the base "e" of 1.5 1.5
3 "ln" 0.41 0.41
4
5 log to the base 2 log to the base 2 of 1.5
6 "log(number, base)" 0.58
7
8 pi function 1 divided by the square root of pi
9 "pi()" 0.56
10
11 random number between 0 and 1
12 "=rand()" 0.96
13 0.04
14 0.62
G H I
he course is to1round answers to two decimal places
2
3
4
5
6
7
8
9
10
11
12
13
14

You might also like