math.cosh()
  • References/Python/Python/Numeric & Mathematical

math.cosh(x) Return the hyperbolic cosine of x.

2025-01-10 15:47:30
random.randint()
  • References/Python/Python/Numeric & Mathematical

random.randint(a, b) Return a random integer N such that a <= N <= b. Alias for randrange(a

2025-01-10 15:47:30
math.asin()
  • References/Python/Python/Numeric & Mathematical

math.asin(x) Return the arc sine of x, in radians.

2025-01-10 15:47:30
statistics.pvariance()
  • References/Python/Python/Numeric & Mathematical

statistics.pvariance(data, mu=None) Return the population variance of data, a non-empty iterable of real-valued numbers

2025-01-10 15:47:30
numbers.Complex.real
  • References/Python/Python/Numeric & Mathematical

real Abstract. Retrieves the real component of this number.

2025-01-10 15:47:30
math.nan
  • References/Python/Python/Numeric & Mathematical

math.nan A floating-point “not a number” (NaN) value. Equivalent to the output of float('nan').

2025-01-10 15:47:30
decimal.ExtendedContext
  • References/Python/Python/Numeric & Mathematical

class decimal.ExtendedContext This is a standard context defined by the General Decimal Arithmetic Specification. Precision

2025-01-10 15:47:30
decimal.DefaultContext
  • References/Python/Python/Numeric & Mathematical

class decimal.DefaultContext This context is used by the Context constructor as a prototype for new contexts. Changing

2025-01-10 15:47:30
math.tanh()
  • References/Python/Python/Numeric & Mathematical

math.tanh(x) Return the hyperbolic tangent of x.

2025-01-10 15:47:30
cmath.exp()
  • References/Python/Python/Numeric & Mathematical

cmath.exp(x) Return the exponential value e**x.

2025-01-10 15:47:30