cmath.atanh(x) Return the inverse hyperbolic tangent of x. There are two branch cuts: One extends from 1
cmath.asin(x) Return the arc sine of x. This has the same branch cuts as acos().
logical_xor(other, context=None) logical_xor() is a logical operation which takes two logical operands
random.randrange(stop) random.randrange(start, stop[, step]) Return a randomly selected element from range(start
random.gauss(mu, sigma) Gaussian distribution. mu is the mean, and sigma is the standard deviation. This is
normalize(x) Reduces x to its simplest form.
exp(context=None) Return the value of the (natural) exponential function e**x at the given number. The result is
cmath.sinh(x) Return the hyperbolic sine of x.
math.cosh(x) Return the hyperbolic cosine of x.
is_normal(context=None) Return
Page 6 of 27