mirror of
https://github.com/vale981/arb
synced 2025-03-05 17:31:38 -05:00
Minor fixes to documentation
This commit is contained in:
parent
ac4ffbcafd
commit
cf174ad64f
2 changed files with 2 additions and 2 deletions
|
@ -868,7 +868,7 @@ Lambert W function
|
||||||
Rising factorials
|
Rising factorials
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
.. function:: void acb_rising_ui(acb_t z, const acb_t x, const acb_t n, slong prec)
|
.. function:: void acb_rising_ui(acb_t z, const acb_t x, ulong n, slong prec)
|
||||||
void acb_rising(acb_t z, const acb_t x, const acb_t n, slong prec)
|
void acb_rising(acb_t z, const acb_t x, const acb_t n, slong prec)
|
||||||
|
|
||||||
Computes the rising factorial `z = x (x+1) (x+2) \cdots (x+n-1)`.
|
Computes the rising factorial `z = x (x+1) (x+2) \cdots (x+n-1)`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue