Sie sind auf Seite 1von 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
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.50
13 0.02
14 0.78
G H I
e course is to 1round answers to two decimal places
2
3
4
5
6
7
8
9
10
11
12
13
14

Das könnte Ihnen auch gefallen