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

math.ceil(x) Return the ceiling of x, the smallest integer greater than or equal to x. If x is not

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

compare_total_mag(other, context=None) Compare two operands using their abstract representation rather than their value as in

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

math.atan2(y, x) Return atan(y / x), in radians. The result is between -pi and pi. The

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
math.e
  • References/Python/Python/Numeric & Mathematical

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

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
statistics.median_low()
  • References/Python/Python/Numeric & Mathematical

statistics.median_low(data) Return the low median of numeric data. If data is empty, StatisticsError is

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

is_zero() Return

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

is_signed() Return

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

to_eng_string(context=None) Convert to a string, using engineering notation if an exponent is needed.

2025-01-10 15:47:30