chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
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
|
||||
Reference in New Issue
Block a user