math.gamma(x) Return the
math.copysign(x, y) Return a float with the magnitude (absolute value) of x but the sign of y. On platforms
minus(x) Minus corresponds to the unary prefix minus operator in Python.
decimal.localcontext(ctx=None) Return a context manager that will set the current context for the active thread to a copy of
same_quantum(x, y) Returns True if the two operands have the same exponent.
statistics.median_grouped(data, interval=1) Return the median of grouped continuous data, calculated as the 50th percentile
cmath.asinh(x) Return the inverse hyperbolic sine of x. There are two branch cuts: One extends from 1j
random.random() Return the next random floating point number in the range [0.0, 1.0).
remainder(x, y) Returns the remainder from integer division. The sign of the result, if non-zero
math.sinh(x) Return the hyperbolic sine of x.
Page 19 of 27