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

logical_or(other, context=None) logical_or() is a logical operation which takes two logical operands (see

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

math.exp(x) Return e**x.

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

canonical() Return the canonical encoding of the argument. Currently, the encoding of a Decimal instance is always

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

math.floor(x) Return the floor of x, the largest integer less than or equal to x. If x is not a float

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

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

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

__floor__() Returns the greatest

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

math.asinh(x) Return the inverse hyperbolic sine of x.

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

compare(other, context=None) Compare the values of two Decimal instances. compare() returns a Decimal instance

2025-01-10 15:47:30