mirror of
https://github.com/vale981/arb
synced 2025-03-05 09:21:38 -05:00
Merge pull request #331 from p15-git-acc/docs-slong-ulong
fix a typo in docs
This commit is contained in:
commit
07f99c91fb
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ Basic manipulation
|
|||
|
||||
.. function:: void acb_set(acb_t z, const acb_t x)
|
||||
|
||||
.. function:: void acb_set_ui(acb_t z, slong x)
|
||||
.. function:: void acb_set_ui(acb_t z, ulong x)
|
||||
|
||||
.. function:: void acb_set_si(acb_t z, slong x)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue