:mod:`webhelpers2.number`
================================================

.. automodule:: webhelpers2.number

.. currentmodule:: webhelpers2.number

Calculations
------------

.. autofunction:: percent_of

Statistics
----------

.. autofunction:: mean
.. function:: average(r)

    Another name for ``mean(r)``.

.. autofunction:: median
.. autofunction:: standard_deviation

Number formatting
-----------------

.. autofunction:: format_data_size
.. autofunction:: format_byte_size
.. autofunction:: format_bit_size

