pyufunc.log_ceil#

pyufunc.log_ceil(*args, **kwargs)#

Forward to pyutil.mathutil.log_ceil.

Parameters:
  • *args – Positional arguments passed to pyutil.mathutil.log_ceil.

  • **kwargs – Keyword arguments passed to pyutil.mathutil.log_ceil.

Note

Example

>>> log_ceil(10, 2)
Returns:

Return value from pyutil.mathutil.log_ceil.

Return type:

Any