Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbhart committed Mar 11, 2016
1 parent 2f5d276 commit 2b27085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ulong_extras.h
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ FLINT_DLL int n_factor_pollard_brent(ulong *factor, flint_rand_t state,
ulong n_in, ulong max_tries,
ulong max_iters);

FLINT_DLL int n_is_squarefree(unlong n);
FLINT_DLL int n_is_squarefree(ulong n);

FLINT_DLL int n_moebius_mu(ulong n);

Expand Down

0 comments on commit 2b27085

Please sign in to comment.