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

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

2025-01-10 15:47:30
decimal.Context.to_sci_string()
  • References/Python/Python/Numeric & Mathematical

to_sci_string(x) Converts a number to a string using scientific notation.

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

cmath.phase(x) Return the phase of x (also known as the argument of x), as a float. phase(x)

2025-01-10 15:47:30
decimal.Decimal.is_snan()
  • References/Python/Python/Numeric & Mathematical

is_snan() Return

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
cmath.asin()
  • References/Python/Python/Numeric & Mathematical

cmath.asin(x) Return the arc sine of x. This has the same branch cuts as acos().

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

statistics.pstdev(data, mu=None) Return the population standard deviation (the square root of the population variance). See

2025-01-10 15:47:30
decimal.Context.shift()
  • References/Python/Python/Numeric & Mathematical

shift(x, y) Returns a shifted copy of x, y times.

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
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