radix() Just returns 10, as this is Decimal, :)
subtract(x, y) Return the difference between x and y.
fractions.gcd(a, b) Return the greatest common divisor of the integers a and b. If either a or b
class decimal.Overflow Numerical overflow. Indicates the exponent is larger than Emax
random.weibullvariate(alpha, beta) Weibull distribution. alpha is the scale parameter and beta is the shape
fma(other, third, context=None) Fused multiply-add. Return self*other+third with no rounding of the intermediate product self*other
math.inf A floating-point positive infinity. (For negative infinity, use -math.inf.) Equivalent to the output of
math.sin(x) Return the sine of x radians.
sqrt(context=None) Return the square root of the argument to full precision.
cmath.cosh(x) Return the hyperbolic cosine of x.
Page 22 of 27