math Flashcards

1
Q

math.cos(x)

A

calculates cosine

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

math.sin(x)

A

calculates sine

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

math.ceil(x)

A

gets rid of decimal and moves up to next integer

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

math.floor(x)

A

gets rid of decimal and moves down to next integer

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

math.factorial(x)

A

calculates factorial

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

math.sqrt(x)

A

calculates square root

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

math.gcd(x, y)

A

takes two numbers. Finds greatest common denominator for the two numbers.

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

math.radians(x)

A

inputs degrees and returns radians

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

math.degrees(x)

A

inputs radians and returns degrees

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