decimal.Decimal.max()
  • References/Python/Python/Numeric & Mathematical

max(other, context=None) Like max(self, other) except that the context rounding rule is applied before returning

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

class decimal.Underflow Numerical underflow with result rounded to zero. Occurs when a subnormal

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

copy_decimal(num) Return a copy of the Decimal instance num.

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

math.fabs(x) Return the absolute value of x.

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

math.acosh(x) Return the inverse hyperbolic cosine of x.

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

statistics.mean(data) Return the sample arithmetic mean of data, a sequence or iterator of real-valued numbers.

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

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

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

cmath.e The mathematical constant e, as a float.

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

logb(x) Returns the exponent of the magnitude of the operand’s MSD.

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

exception statistics.StatisticsError Subclass of

2025-01-10 15:47:30