summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-04-03 01:42:07 +0200
committerKevin Ryde <user42@zip.com.au>2001-04-03 01:42:07 +0200
commitf93a18e5d99fd91be0c15bce13eddee78694f592 (patch)
tree6bfce623a9079022fb1e0cdd8317139ede07ccfe /NEWS
parente9ef4f167b7d2f2ea518dd2be6de14f87bdc2e15 (diff)
downloadgmp-f93a18e5d99fd91be0c15bce13eddee78694f592.tar.gz
More updates.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 325d6ad27..017669df8 100644
--- a/NEWS
+++ b/NEWS
@@ -10,14 +10,15 @@ Changes between MP version 3.1.1 and 3.2
* New Karatsuba Square Root algorithm.
* New algorithms chapter in the manual.
* Updated mpfr.
-* Jacobi symbol accepts non-positive denominators, and new mpz_kronecker added.
* Speed improvements for mpz_powm.
* New integer functions: mpz_si_pow_ui, mpz_cdiv_q_2exp, mpz_cdiv_r_2exp.
+* New mpz_kronecker function, and mpz_jacobi accepts non-positive denominators.
* New divisibility tests: mpz_divisible_p, mpz_divisible_ui_p,
mpz_divisible_2exp_p.
* New congruence tests: mpz_congruent_p, mpz_congruent_ui_p,
mpz_congruent_2exp_p.
-* New rational functions: mpq_abs, mpq_div_2exp, mpq_mul_2exp, mpq_set_f.
+* New rational functions: mpq_abs, mpq_div_2exp, mpq_get_str, mpq_mul_2exp,
+ mpq_set_f.
* New float conversion functions: mpf_get_si, mpf_get_ui.
* New float test functions: mpf_integer_p, mpf_fits_sint_p, mpf_fits_slong_p,
mpf_fits_sshort_p, mpf_fits_uint_p, mpf_fits_ulong_p, mpf_fits_ushort_p.