compare_signal(x, y) Compares the values of the two operands numerically.
cmath.isfinite(x) Return True if both the real and imaginary parts of x are finite, and False
logical_or(other, context=None) logical_or() is a logical operation which takes two logical operands (see
math.exp(x) Return e**x.
canonical() Return the canonical encoding of the argument. Currently, the encoding of a Decimal instance is always
math.floor(x) Return the floor of x, the largest integer less than or equal to x. If x is not a float
math.log2(x) Return the base-2 logarithm of x. This is usually more accurate than log(x, 2).
__floor__() Returns the greatest
math.asinh(x) Return the inverse hyperbolic sine of x.
compare(other, context=None) Compare the values of two Decimal instances. compare() returns a Decimal instance
Page 20 of 27