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

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

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

cmath.asinh(x) Return the inverse hyperbolic sine of x. There are two branch cuts: One extends from 1j

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

class decimal.FloatOperation Enable stricter semantics for mixing floats and Decimals. If the

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

number_class(x) Returns an indication of the class of x.

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

compare(other, context=None) Compare the values of two Decimal instances. compare() returns a Decimal instance

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

logb(context=None) For a nonzero number, return the adjusted exponent of its operand as a Decimal instance. If

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

canonical() Return the canonical encoding of the argument. Currently, the encoding of a Decimal instance is always

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

math.lgamma(x) Return the natural logarithm of the absolute value of the Gamma function at x.

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

remainder(x, y) Returns the remainder from integer division. The sign of the result, if non-zero

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

math.sqrt(x) Return the square root of x.

2025-01-10 15:47:30