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
math.acos(x) Return the arc cosine of x, in radians.
is_qnan() Return
limit_denominator(max_denominator=1000000) Finds and returns the closest Fraction to self that has
Page 20 of 27