cmath.isnan(x) Return True if either the real or the imaginary part of x is a NaN, and False
cmath.isclose(a, b, *, rel_tol=1e-09, abs_tol=0.0) Return True if the values a and b are close
rotate(x, y) Returns a rotated copy of x, y times.
normalize(x) Reduces x to its simplest form.
math.frexp(x) Return the mantissa and exponent of x as the pair (m, e). m is a float and e
next_toward(other, context=None) If the two operands are unequal, return the number closest to the first operand in the direction
math.isclose(a, b, *, rel_tol=1e-09, abs_tol=0.0) Return True if the values a and b are close
random.vonmisesvariate(mu, kappa) mu is the mean angle, expressed in radians between 0 and 2*pi, and kappa
logical_xor(other, context=None) logical_xor() is a logical operation which takes two logical operands
real Abstract. Retrieves the real component of this number.
Page 8 of 27