cmath.tan(x) Return the tangent of x.
to_integral_exact(x) Rounds to an integer.
shift(other, context=None) Return the result of shifting the digits of the first operand by an amount specified by the second
fma(other, third, context=None) Fused multiply-add. Return self*other+third with no rounding of the intermediate product self*other
Etiny() Returns a value equal to Emin - prec + 1 which is the minimum exponent value for subnormal results. When
logical_or(x, y) Applies the logical operation or between each operand’s digits.
math.radians(x) Convert angle x from degrees to radians.
cmath.cosh(x) Return the hyperbolic cosine of x.
math.log(x[, base]) With one argument, return the natural logarithm of x (to base e). With
math.inf A floating-point positive infinity. (For negative infinity, use -math.inf.) Equivalent to the output of
Page 22 of 27