warg.math_utilities.powers.next_pow

warg.math_utilities.powers.next_pow(x: int | float, n: int | None = None) int[source]

If the base(n) not specified, returns the natural logarithm (base e) of x.

Parameters:
  • x

  • n

Returns: