math.pow(x, y) Return x raised to the power y. Exceptional cases follow Annex âFâ of the C99 standard
logb(context=None) For a nonzero number, return the adjusted exponent of its operand as a Decimal instance. If
statistics.median_grouped(data, interval=1) Return the median of grouped continuous data, calculated as the 50th percentile
logical_or(other, context=None) logical_or() is a logical operation which takes two logical operands (see
scaleb(other, context=None) Return the first operand with exponent adjusted by the second. Equivalently, return the first operand
limit_denominator(max_denominator=1000000) Finds and returns the closest Fraction to self that has
cmath.tanh(x) Return the hyperbolic tangent of x.
Etiny() Returns a value equal to Emin - prec + 1 which is the minimum exponent value for subnormal results. When
cmath.log10(x) Return the base-10 logarithm of x. This has the same branch cut as log().
log10(x) Returns the base 10 logarithm of x.
Page 21 of 27