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

log10(context=None) Return the base ten logarithm of the operand. The result is correctly rounded using the ROUND_HALF_EVEN

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

exception statistics.StatisticsError Subclass of

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

cmath.cos(x) Return the cosine of x.

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

random.getrandbits(k) Returns a Python integer with k random bits. This method is supplied with the MersenneTwister

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

compare_signal(other, context=None) This operation is identical to the compare() method, except that all NaNs signal

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

from_float(f) Classmethod that converts a float to a decimal number, exactly. Note Decimal

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

statistics.stdev(data, xbar=None) Return the sample standard deviation (the square root of the sample variance). See variance()

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

min_mag(other, context=None) Similar to the min() method, but the comparison is done using the absolute values

2025-01-10 15:47:30