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

math.isfinite(x) Return True if x is neither an infinity nor a NaN, and False otherwise.

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

class numbers.Rational Subtypes Real and adds numerator and denominator properties, which

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

class random.SystemRandom([seed]) Class that uses the

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

class decimal.Inexact Indicates that rounding occurred and the result is not exact. Signals

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

cmath.atanh(x) Return the inverse hyperbolic tangent of x. There are two branch cuts: One extends from 1

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

ln(x) Returns the natural (base e) logarithm of x.

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

adjusted() Return the adjusted exponent after shifting out the coefficient’s rightmost digits until only the lead digit remains:

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

exp(context=None) Return the value of the (natural) exponential function e**x at the given number. The result is

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

min(x, y) Compares two values numerically and returns the minimum.

2025-01-10 15:47:30