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

math.acos(x) Return the arc cosine of x, in radians.

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

is_qnan() Return

2025-01-10 15:47:30
fractions.Fraction.limit_denominator()
  • References/Python/Python/Numeric & Mathematical

limit_denominator(max_denominator=1000000) Finds and returns the closest Fraction to self that has

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

class numbers.Number The root of the numeric hierarchy. If you just want to check if an argument x is a number, without

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

cmath.log(x[, base]) Returns the logarithm of x to the given base. If the base is not specified,

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

clear_traps() Resets all of the traps to 0.

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

statistics.median(data) Return the median (middle value) of numeric data, using the common “mean of middle two” method. If data

2025-01-10 15:47:30
numbers.Complex.conjugate()
  • References/Python/Python/Numeric & Mathematical

abstractmethod conjugate() Abstract. Returns the complex conjugate. For example, (1+3j).conjugate() == (1-3j).

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

logical_and(x, y) Applies the logical operation and between each operand’s digits.

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

number_class(context=None) Return a string describing the class of the operand. The returned value is one of the following

2025-01-10 15:47:30