words per minute
2
BlackPdf
00:00
Speed
Number Theoretic
ceil(x)
copysign(x,y)
fabs(x)
factorial(x)
floor(x)
fmod(x,y)
frexp(x)
fsum(iterable)
isinf(x)
isnan(x)
ldexp(x,i)
modf()
trunc()
Power and Logarithmic
exp(x)
log(x[,base])
log1p(x)
log10(x)
pow(x,y)
sqrt(x)
Trigonometric Functions
acos(x)
asin(x)
atan(x)
atan2(y,x)
cos(x)
hypot(x,y)
sin(x)
tan(x)
Angular Conversion
degrees(x)
radians(x)
Hyperbolic Functions
acosh(x)
asinh(x)
atanh(x)
cosh(x)
sinh(x)
tanh(x)
Constants
math.pi