Math Methods Flashcards
1
Q
abs(x)
A
Returns the absolute value of x
2
Q
acos(x)
A
Returns the arccosine of x
3
Q
asin(x)
A
Returns the arcsine of x
4
Q
atan(x)
A
Returns the arctangent of x
5
Q
ceil()
A
Returns x, rounded upwards to the nearest integer
6
Q
cos(x)
A
Returns the cosine of x
7
Q
floor()
A
Returns x, rounded downwards to the nearest integer
8
Q
log(x)
A
Returns the natural logarithm (base E) of x
9
Q
max(x,y,z,…,n)
A
Returns the number with the highest value
10
Q
min(x,y,z,…,n)
A
Returns the number with the lowest value