cmath.isnan()
  • References/Python/Python/Numeric & Mathematical

cmath.isnan(x) Return True if either the real or the imaginary part of x is a NaN, and False

2025-01-10 15:47:30
cmath.isclose()
  • References/Python/Python/Numeric & Mathematical

cmath.isclose(a, b, *, rel_tol=1e-09, abs_tol=0.0) Return True if the values a and b are close

2025-01-10 15:47:30
decimal.Context.rotate()
  • References/Python/Python/Numeric & Mathematical

rotate(x, y) Returns a rotated copy of x, y times.

2025-01-10 15:47:30
decimal.Context.normalize()
  • References/Python/Python/Numeric & Mathematical

normalize(x) Reduces x to its simplest form.

2025-01-10 15:47:30
math.frexp()
  • References/Python/Python/Numeric & Mathematical

math.frexp(x) Return the mantissa and exponent of x as the pair (m, e). m is a float and e

2025-01-10 15:47:30
decimal.Decimal.next_toward()
  • References/Python/Python/Numeric & Mathematical

next_toward(other, context=None) If the two operands are unequal, return the number closest to the first operand in the direction

2025-01-10 15:47:30
math.isclose()
  • References/Python/Python/Numeric & Mathematical

math.isclose(a, b, *, rel_tol=1e-09, abs_tol=0.0) Return True if the values a and b are close

2025-01-10 15:47:30
random.vonmisesvariate()
  • References/Python/Python/Numeric & Mathematical

random.vonmisesvariate(mu, kappa) mu is the mean angle, expressed in radians between 0 and 2*pi, and kappa

2025-01-10 15:47:30
decimal.Decimal.logical_xor()
  • References/Python/Python/Numeric & Mathematical

logical_xor(other, context=None) logical_xor() is a logical operation which takes two logical operands

2025-01-10 15:47:30
numbers.Complex.real
  • References/Python/Python/Numeric & Mathematical

real Abstract. Retrieves the real component of this number.

2025-01-10 15:47:30