math.cosh(x) Return the hyperbolic cosine of x.
to_sci_string(x) Converts a number to a string using scientific notation.
cmath.phase(x) Return the phase of x (also known as the argument of x), as a float. phase(x)
is_snan() Return
statistics.pvariance(data, mu=None) Return the population variance of data, a non-empty iterable of real-valued numbers
cmath.asin(x) Return the arc sine of x. This has the same branch cuts as acos().
statistics.pstdev(data, mu=None) Return the population standard deviation (the square root of the population variance). See
shift(x, y) Returns a shifted copy of x, y times.
class decimal.DefaultContext This context is used by the Context constructor as a prototype for new contexts. Changing
class decimal.ExtendedContext This is a standard context defined by the General Decimal Arithmetic Specification. Precision
Page 10 of 27