mirror of
https://github.com/vale981/arb
synced 2025-03-05 09:21:38 -05:00
fix typos
This commit is contained in:
parent
7e20d6c473
commit
42dcdb4f74
1 changed files with 4 additions and 4 deletions
|
@ -426,7 +426,7 @@ The branch cut conventions of the following functions match Mathematica.
|
|||
\operatorname{Ei}(z) = z {}_2F_2(1, 1; 2, 2; z) + \gamma
|
||||
+ \frac{1}{2} \left(\log(z) - \log\left(\frac{1}{z}\right) \right)
|
||||
|
||||
and an algorithmic algorithm choice.
|
||||
and an automatic algorithm choice.
|
||||
|
||||
.. function:: void acb_hypgeom_si_asymp(acb_t res, const acb_t z, long prec)
|
||||
|
||||
|
@ -445,7 +445,7 @@ The branch cut conventions of the following functions match Mathematica.
|
|||
|
||||
\operatorname{Si}(z) = z {}_1F_2(\tfrac{1}{2}; \tfrac{3}{2}, \tfrac{3}{2}; -\tfrac{z^2}{4})
|
||||
|
||||
and an algorithmic algorithm choice.
|
||||
and an automatic algorithm choice.
|
||||
|
||||
.. function:: void acb_hypgeom_ci_asymp(acb_t res, const acb_t z, long prec)
|
||||
|
||||
|
@ -466,7 +466,7 @@ The branch cut conventions of the following functions match Mathematica.
|
|||
{}_2F_3(1, 1; 2, 2, \tfrac{3}{2}; -\tfrac{z^2}{4})
|
||||
+ \log(z) + \gamma
|
||||
|
||||
and an algorithmic algorithm choice.
|
||||
and an automatic algorithm choice.
|
||||
|
||||
.. function:: void acb_hypgeom_shi(acb_t res, const acb_t z, long prec)
|
||||
|
||||
|
@ -493,5 +493,5 @@ The branch cut conventions of the following functions match Mathematica.
|
|||
{}_2F_3(1, 1; 2, 2, \tfrac{3}{2}; \tfrac{z^2}{4})
|
||||
+ \log(z) + \gamma
|
||||
|
||||
and an algorithmic algorithm choice.
|
||||
and an automatic algorithm choice.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue