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

math.copysign(x, y) Return a float with the magnitude (absolute value) of x but the sign of y. On platforms

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

cmath.isfinite(x) Return True if both the real and imaginary parts of x are finite, and False

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
numbers.Number
  • References/Python/Python/Numeric & Mathematical

class numbers.Number The root of the numeric hierarchy. If you just want to check if an argument x is a number, without

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

min_mag(x, y) Compares the values numerically with their sign ignored.

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

cmath.atan(x) Return the arc tangent of x. There are two branch cuts: One extends from 1j along the imaginary

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

compare_signal(x, y) Compares the values of the two operands numerically.

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

log10(x) Returns the base 10 logarithm of x.

2025-01-10 15:47:30