.. Copyright (c) 2016, Johan Mabille, Sylvain Corlay

   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
=========================================

.. _ceil-function-reference:
.. doxygenfunction:: ceil(const simd_base<B>&)
   :project: xsimd

.. _floor-func-ref:
.. doxygenfunction:: floor(const simd_base<B>&)
   :project: xsimd

.. _trunc-func-ref:
.. doxygenfunction:: trunc(const simd_base<B>&)
   :project: xsimd

.. _round-func-ref:
.. doxygenfunction:: round(const simd_base<B>&)
   :project: xsimd

.. _nearbyint-func-ref:
.. doxygenfunction:: nearbyint(const simd_base<B>&)
   :project: xsimd

.. _rint-function-reference:
.. doxygenfunction:: rint(const simd_base<B>&)
   :project: xsimd

