Mathematical Functions Flashcards

1
Q

trig functions

A

sin(x), cos(x), tan(x)

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

inverse trig functions

A

asin(x), acos(x), atan(x)

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

arctan(y/x)

A

atan2(y,x)

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

hyperbolic trig functions

A

sinh(x), cosh(x), tanh(x)

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

sinh(x), cosh(x), tanh(x)

A

exp(x), log(x), log10(x)

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

exponentials & logs (2 power)

A

ldexp(x,n), frexp(x,&e)

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

division & remainder

A

modf(x,ip), fmod(x,y)

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

powers

A

pow(x,y), sqrt(x)

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

rounding

A

ceil(x), floor(x), fabs(x)

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