.. _iris.analysis.maths: =================== iris.analysis.maths =================== .. currentmodule:: iris .. automodule:: iris.analysis.maths In this module: * :py:obj:`abs` * :py:obj:`add` * :py:obj:`apply_ufunc` * :py:obj:`divide` * :py:obj:`exp` * :py:obj:`exponentiate` * :py:obj:`intersection_of_cubes` * :py:obj:`log` * :py:obj:`log10` * :py:obj:`log2` * :py:obj:`multiply` * :py:obj:`subtract` * :py:obj:`IFunc` .. autofunction:: iris.analysis.maths.abs .. raw:: html

↑ top ↑

.. autofunction:: iris.analysis.maths.add .. raw:: html

↑ top ↑

.. autofunction:: iris.analysis.maths.apply_ufunc .. raw:: html

↑ top ↑

.. autofunction:: iris.analysis.maths.divide .. raw:: html

↑ top ↑

.. autofunction:: iris.analysis.maths.exp .. raw:: html

↑ top ↑

.. autofunction:: iris.analysis.maths.exponentiate .. raw:: html

↑ top ↑

.. autofunction:: iris.analysis.maths.intersection_of_cubes .. raw:: html

↑ top ↑

.. autofunction:: iris.analysis.maths.log .. raw:: html

↑ top ↑

.. autofunction:: iris.analysis.maths.log10 .. raw:: html

↑ top ↑

.. autofunction:: iris.analysis.maths.log2 .. raw:: html

↑ top ↑

.. autofunction:: iris.analysis.maths.multiply .. raw:: html

↑ top ↑

.. autofunction:: iris.analysis.maths.subtract .. raw:: html

↑ top ↑

:class:`IFunc` class for functions that can be applied to an iris cube. .. .. autoclass:: iris.analysis.maths.IFunc :members: :undoc-members: :inherited-members: