cmath.sinh(x) Return the hyperbolic sine of x.
is_normal(context=None) Return
min(x, y) Compares two values numerically and returns the minimum.
math.frexp(x) Return the mantissa and exponent of x as the pair (m, e). m is a float and e
cmath.isclose(a, b, *, rel_tol=1e-09, abs_tol=0.0) Return True if the values a and b are close
cmath.atanh(x) Return the inverse hyperbolic tangent of x. There are two branch cuts: One extends from 1
rotate(x, y) Returns a rotated copy of x, y times.
logical_xor(other, context=None) logical_xor() is a logical operation which takes two logical operands
clear_flags() Resets all of the flags to 0.
to_eng_string(x) Convert to a string, using engineering notation if an exponent is needed. Engineering
Page 6 of 27