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

cmath.sinh(x) Return the hyperbolic sine of x.

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

is_normal(context=None) Return

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

min(x, y) Compares two values numerically and returns the minimum.

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

math.frexp(x) Return the mantissa and exponent of x as the pair (m, e). m is a float and e

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

cmath.isclose(a, b, *, rel_tol=1e-09, abs_tol=0.0) Return True if the values a and b are close

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

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

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

rotate(x, y) Returns a rotated copy of x, y times.

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

logical_xor(other, context=None) logical_xor() is a logical operation which takes two logical operands

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

clear_flags() Resets all of the flags to 0.

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

to_eng_string(x) Convert to a string, using engineering notation if an exponent is needed. Engineering

2025-01-10 15:47:30