exp(x) Returns e ** x.
statistics.median_grouped(data, interval=1) Return the median of grouped continuous data, calculated as the 50th percentile
math.pow(x, y) Return x raised to the power y. Exceptional cases follow Annex âFâ of the C99 standard
class numbers.Complex Subclasses of this type describe complex numbers and include the operations that work on the built-in
clear_traps() Resets all of the traps to 0.
math.erf(x) Return the
random.uniform(a, b) Return a random floating point number N such that a <= N <= b for a <=
logical_or(other, context=None) logical_or() is a logical operation which takes two logical operands (see
random.random() Return the next random floating point number in the range [0.0, 1.0).
math.exp(x) Return e**x.
Page 18 of 27