mirror of
https://github.com/vale981/arb
synced 2025-03-04 17:01:40 -05:00
long -> slong partition.h.
This commit is contained in:
parent
3de502314b
commit
f4afd059bb
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ extern "C" {
|
|||
|
||||
void partitions_rademacher_bound(arf_t b, const fmpz_t n, ulong N);
|
||||
|
||||
void partitions_hrr_sum_arb(arb_t x, const fmpz_t n, long N0, long N, int use_doubles);
|
||||
void partitions_hrr_sum_arb(arb_t x, const fmpz_t n, slong N0, slong N, int use_doubles);
|
||||
|
||||
void partitions_fmpz_fmpz(fmpz_t p, const fmpz_t n, int use_doubles);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue