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

cmath.rect(r, phi) Return the complex number x with polar coordinates r and phi. Equivalent to r

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

statistics.median_grouped(data, interval=1) Return the median of grouped continuous data, calculated as the 50th percentile

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

canonical() Return the canonical encoding of the argument. Currently, the encoding of a Decimal instance is always

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

copy_abs() Return the absolute value of the argument. This operation is unaffected by the context and is quiet: no flags are

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

math.log2(x) Return the base-2 logarithm of x. This is usually more accurate than log(x, 2).

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

math.acos(x) Return the arc cosine of x, in radians.

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

exp(x) Returns e ** x.

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

minus(x) Minus corresponds to the unary prefix minus operator in Python.

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