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

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

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

as_tuple() Return a named tuple representation of the number: DecimalTuple(sign

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

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

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

exception statistics.StatisticsError Subclass of

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

cmath.sinh(x) Return the hyperbolic sine of x.

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

math.asin(x) Return the arc sine of x, in radians.

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

math.cosh(x) Return the hyperbolic cosine of x.

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

random.vonmisesvariate(mu, kappa) mu is the mean angle, expressed in radians between 0 and 2*pi, and kappa

2025-01-10 15:47:30