cmath.tanh(x) Return the hyperbolic tangent of x.
min_mag(x, y) Compares the values numerically with their sign ignored.
random.uniform(a, b) Return a random floating point number N such that a <= N <= b for a <=
copy_abs() Return the absolute value of the argument. This operation is unaffected by the context and is quiet: no flags are
logical_invert(context=None) logical_invert() is a logical operation. The result is the digit-wise inversion of
class decimal.DivisionByZero Signals the division of a non-infinite number by zero. Can occur
class decimal.FloatOperation Enable stricter semantics for mixing floats and Decimals. If the
create_decimal_from_float(f) Creates a new Decimal instance from a float f but rounding using self as the
random.paretovariate(alpha) Pareto distribution. alpha is the shape parameter.
exp(x) Returns e ** x.
Page 17 of 27