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

math.expm1(x) Return e**x - 1. For small floats x, the subtraction in exp(x) - 1 can result

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