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
Source package:
pyutil.Source repository: tpltnt/pyutil
Source document: tpltnt/pyutil
Source license: GPL-2.0-or-later.
Example
>>> log_ceil(10, 2)
- Returns:
Return value from
pyutil.mathutil.log_ceil.- Return type:
Any