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.
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
Page 19 of 27