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
math.isinf()
  • References/Python/Python/Numeric & Mathematical

math.isinf(x) Return True if x is a positive or negative infinity, and False otherwise.

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

to_integral_exact(rounding=None, context=None) Round to the nearest integer, signaling Inexact or Rounded

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

math.degrees(x) Convert angle x from radians to degrees.

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

random.sample(population, k) Return a k length list of unique elements chosen from the population sequence or set.

2025-01-10 15:47:30
decimal.Subnormal
  • References/Python/Python/Numeric & Mathematical

class decimal.Subnormal Exponent was lower than Emin prior to rounding. Occurs

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

random.setstate(state) state should have been obtained from a previous call to getstate(), and setstate()

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

copy_sign(other, context=None) Return a copy of the first operand with the sign set to be the same as the sign of the second

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

math.nan A floating-point “not a number” (NaN) value. Equivalent to the output of float('nan').

2025-01-10 15:47:30