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

Classification functions
========================

**xtensor** provides the following classification functions for xexpressions and scalars:

Defined in ``xtensor/core/xmath.hpp``

.. doxygenfunction:: isfinite(E&&)

.. doxygenfunction:: isinf(E&&)

.. doxygenfunction:: isnan(E&&)

.. doxygenfunction:: isclose(E1&&, E2&&, double, double, bool)

.. doxygenfunction:: allclose(E1&&, E2&, double, double)
