46 lines
814 B
ReStructuredText
46 lines
814 B
ReStructuredText
Powers and logarithms
|
|
---------------------
|
|
|
|
Nth roots
|
|
.........
|
|
|
|
.. autofunction:: mpmath.sqrt
|
|
.. autofunction:: mpmath.hypot
|
|
.. autofunction:: mpmath.cbrt
|
|
.. autofunction:: mpmath.root
|
|
.. autofunction:: mpmath.unitroots
|
|
|
|
|
|
Exponentiation
|
|
..............
|
|
|
|
.. autofunction:: mpmath.exp
|
|
.. autofunction:: mpmath.exp2
|
|
.. autofunction:: mpmath.power
|
|
.. autofunction:: mpmath.expj
|
|
.. autofunction:: mpmath.expjpi
|
|
.. autofunction:: mpmath.expm1(x)
|
|
.. autofunction:: mpmath.powm1(x, y)
|
|
|
|
|
|
Logarithms
|
|
..........
|
|
|
|
.. autofunction:: mpmath.log
|
|
.. autofunction:: mpmath.ln
|
|
.. autofunction:: mpmath.log2
|
|
.. autofunction:: mpmath.log10
|
|
.. autofunction:: mpmath.log1p(x)
|
|
|
|
|
|
Lambert W function
|
|
..................
|
|
|
|
.. autofunction:: mpmath.lambertw
|
|
|
|
|
|
Arithmetic-geometric mean
|
|
.........................
|
|
|
|
.. autofunction:: mpmath.agm
|