..
  SPDX-License-Identifier: BSD-3-Clause
  Copyright Contributors to the OpenEXR Project.

.. _roots:

Roots
#####

Functions to compute roots of simple equations.

.. code-block::

   #include <Imath/ImathRoots.h>

.. doxygenfunction:: solveLinear
                     
.. doxygenfunction:: solveQuadratic

.. doxygenfunction:: solveNormalizedCubic
                     
.. doxygenfunction:: solveCubic
