Mathematical Functions Flashcards
1
Q
trig functions
A
sin(x), cos(x), tan(x)
2
Q
inverse trig functions
A
asin(x), acos(x), atan(x)
3
Q
arctan(y/x)
A
atan2(y,x)
4
Q
hyperbolic trig functions
A
sinh(x), cosh(x), tanh(x)
5
Q
sinh(x), cosh(x), tanh(x)
A
exp(x), log(x), log10(x)
6
Q
exponentials & logs (2 power)
A
ldexp(x,n), frexp(x,&e)
7
Q
division & remainder
A
modf(x,ip), fmod(x,y)
8
Q
powers
A
pow(x,y), sqrt(x)
9
Q
rounding
A
ceil(x), floor(x), fabs(x)