summaryrefslogtreecommitdiff
path: root/mpz/root.c
Commit message (Expand)AuthorAgeFilesLines
* mpz/root.c: Move a branch out of the likely path.Marco Bodrato2020-03-151-15/+13
* Use MPZ_NEWALLOC and other macros resultMarco Bodrato2016-12-281-1/+1
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
* Add copyright years.Torbjorn Granlund2012-11-201-1/+1
* Mark failing branches with UNLIKELY.Marco Bodrato2012-05-231-2/+2
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* Adapt to new mpn_rootrem.tege2005-11-021-14/+17
* * mpz/root.c, mpq/cmp_ui.c: Add casts for K&R.Kevin Ryde2003-12-281-2/+2
* Don't include longlong.h.tege2002-12-011-1/+0
* Don't include stdlib.h.tege2002-12-011-1/+0
* Fix typo in last change.tege2002-10-181-1/+1
* Avoid overflow problems in allocation computation; also simplify it.tege2002-10-181-25/+12
* Don't allocate extra limb for root value.tege2002-05-091-3/+3
* Rewrite to use mpn_rootrem.tege2002-05-081-112/+31
* * mpz/root.c: Use unsigned long with mpz_sub_ui not mp_limb_t.Kevin Ryde2002-05-071-1/+1
* * mpz/root.c: Add <stdlib.h>, for abort().Kevin Ryde2002-01-121-2/+3
* Remove K&R function headers.tege2001-01-021-8/+1
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* *** empty log message ***tege2000-07-241-4/+4
* Reverse return value in tests for detecting root of +1 and -1.tege2000-07-131-2/+2
* Use <stdio.h> for NULL.Kevin Ryde2000-04-291-0/+1
* Add K&R function definitions.Kevin Ryde2000-04-131-0/+16
* Add a copyright year.Kevin Ryde2000-04-121-1/+1
* * Handle roots of negative numbers.tege2000-03-221-14/+30
* Complete rewrite. Still primitive, but at least correct.tege2000-02-221-54/+94
* *** empty log message ***tege1999-03-091-0/+110