mirror of https://github.com/mahmoud/boltons.git
11 lines
306 B
ReStructuredText
11 lines
306 B
ReStructuredText
``mathutils`` - General purpose math functions
|
|
==============================================
|
|
|
|
.. automodule:: boltons.mathutils
|
|
|
|
Alternative Ceiling/Floor Functions
|
|
-----------------------------------
|
|
|
|
.. autofunction:: boltons.mathutils.ceil_from_iter
|
|
|
|
.. autofunction:: boltons.mathutils.floor_from_iter |