compare_signal(x, y) Compares the values of the two operands numerically.
math.lgamma(x) Return the natural logarithm of the absolute value of the Gamma function at x.
statistics.median(data) Return the median (middle value) of numeric data, using the common “mean of middle two” method. If data
random.uniform(a, b) Return a random floating point number N such that a <= N <= b for a <=
cmath.isfinite(x) Return True if both the real and imaginary parts of x are finite, and False
math.asinh(x) Return the inverse hyperbolic sine of x.
logical_or(other, context=None) logical_or() is a logical operation which takes two logical operands (see
__floor__() Returns the greatest
is_qnan() Return
random.random() Return the next random floating point number in the range [0.0, 1.0).
Page 17 of 27