math.lgamma()
  • References/Python/Python/Numeric & Mathematical

math.lgamma(x) Return the natural logarithm of the absolute value of the Gamma function at x.

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

class decimal.Clamped Altered an exponent to fit representation constraints. Typically, clamping

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

class numbers.Complex Subclasses of this type describe complex numbers and include the operations that work on the built-in

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

power(x, y, modulo=None) Return x to the power of y, reduced modulo modulo if given.

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

random.shuffle(x[, random]) Shuffle the sequence x in place. The optional argument random is a 0-argument

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

math.sqrt(x) Return the square root of x.

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

is_snan(x) Returns True if x is a signaling NaN; otherwise returns False.

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

scaleb(other, context=None) Return the first operand with exponent adjusted by the second. Equivalently, return the first operand

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

Etop() Returns a value equal to Emax - prec + 1.

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

math.pow(x, y) Return x raised to the power y. Exceptional cases follow Annex ‘F’ of the C99 standard

2025-01-10 15:47:30