.. Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht

   Distributed under the terms of the BSD 3-Clause License.

   The full license is in the file LICENSE, distributed with this software.

Nearest integer floating point operations
=========================================

**xtensor** provides the following rounding operations for xexpressions:

Defined in ``xtensor/xmath.hpp``

.. _ceil-function-reference:
.. doxygenfunction:: ceil(E&&)
   :project: xtensor

.. _floor-func-ref:
.. doxygenfunction:: floor(E&&)
   :project: xtensor

.. _trunc-func-ref:
.. doxygenfunction:: trunc(E&&)
   :project: xtensor

.. _round-func-ref:
.. doxygenfunction:: round(E&&)
   :project: xtensor

.. _nearbyint-func-ref:
.. doxygenfunction:: nearbyint(E&&)
   :project: xtensor

.. _rint-function-reference:
.. doxygenfunction:: rint(E&&)
   :project: xtensor

