Powers and logarithms
---------------------

Nth roots
.........

:func:`~mpmath.sqrt`
^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: mpmath.sqrt

:func:`~mpmath.hypot`
^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: mpmath.hypot

:func:`~mpmath.cbrt`
^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: mpmath.cbrt

:func:`~mpmath.root`
^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: mpmath.root

:func:`~mpmath.unitroots`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: mpmath.unitroots


Exponentiation
..............

:func:`~mpmath.exp`
^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: mpmath.exp

:func:`~mpmath.power`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: mpmath.power

:func:`~mpmath.expj`
^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: mpmath.expj

:func:`~mpmath.expjpi`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: mpmath.expjpi

:func:`~mpmath.expm1`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: mpmath.expm1(x)

:func:`~mpmath.powm1`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: mpmath.powm1(x, y)


Logarithms
..........

:func:`~mpmath.log`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: mpmath.log

:func:`~mpmath.ln`
^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: mpmath.ln

:func:`~mpmath.log10`
^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: mpmath.log10

:func:`~mpmath.log1p`
^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: mpmath.log1p(x)


Lambert W function
...................................................

:func:`~mpmath.lambertw`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: mpmath.lambertw


Arithmetic-geometric mean
.......................................

:func:`~mpmath.agm`
^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: mpmath.agm
