Merge pull request #331 from p15-git-acc/docs-slong-ulong

fix a typo in docs
This commit is contained in:
Fredrik Johansson 2020-09-21 11:16:17 +02:00 committed by GitHub
commit 07f99c91fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)