is_canonical() Return
math.radians(x) Convert angle x from degrees to radians.
fractions.gcd(a, b) Return the greatest common divisor of the integers a and b. If either a or b
is_nan() Return
logical_and(x, y) Applies the logical operation and between each operand’s digits.
shift(other, context=None) Return the result of shifting the digits of the first operand by an amount specified by the second
math.log(x[, base]) With one argument, return the natural logarithm of x (to base e). With
math.modf(x) Return the fractional and integer parts of x. Both results carry the sign of x and are floats
class decimal.Overflow Numerical overflow. Indicates the exponent is larger than Emax
log10(x) Returns the base 10 logarithm of x.
Page 22 of 27