decimal.Context.radix()
  • References/Python/Python/Numeric & Mathematical

radix() Just returns 10, as this is Decimal, :)

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

is_subnormal(x) Returns True if x is subnormal; otherwise returns False.

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

Etiny() Returns a value equal to Emin - prec + 1 which is the minimum exponent value for subnormal results. When

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

cmath.tan(x) Return the tangent of x.

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

random.weibullvariate(alpha, beta) Weibull distribution. alpha is the scale parameter and beta is the shape

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

class decimal.DecimalException Base class for other signals and a subclass of

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

class decimal.Rounded Rounding occurred though possibly no information was lost. Signaled whenever

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

logical_or(x, y) Applies the logical operation or between each operand’s digits.

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

cmath.acos(x) Return the arc cosine of x. There are two branch cuts: One extends right from 1 along the real axis to

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

abstractmethod conjugate() Abstract. Returns the complex conjugate. For example, (1+3j).conjugate() == (1-3j).

2025-01-10 15:47:30