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

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

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

cmath.acosh(x) Return the inverse hyperbolic cosine of x. There is one branch cut, extending left from 1 along the

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

is_qnan(x) Returns True if x is a quiet NaN; otherwise returns False.

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

denominator Abstract.

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

create_decimal(num) Creates a new Decimal instance from num but using self as context. Unlike the Decimal

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

math.e The mathematical constant e = 2.718281..., to available precision.

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
decimal.Decimal.next_minus()
  • References/Python/Python/Numeric & Mathematical

next_minus(context=None) Return the largest number representable in the given context (or in the current thread’s context if

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

math.erfc(x) Return the complementary error function at x. The

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

copy_negate(x) Returns a copy of x with the sign inverted.

2025-01-10 15:47:30