Math Methods Flashcards

1
Q

abs(x)

A

Returns the absolute value of x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

acos(x)

A

Returns the arccosine of x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

asin(x)

A

Returns the arcsine of x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

atan(x)

A

Returns the arctangent of x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ceil()

A

Returns x, rounded upwards to the nearest integer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

cos(x)

A

Returns the cosine of x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

floor()

A

Returns x, rounded downwards to the nearest integer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

log(x)

A

Returns the natural logarithm (base E) of x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

max(x,y,z,…,n)

A

Returns the number with the highest value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

min(x,y,z,…,n)

A

Returns the number with the lowest value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly