summaryrefslogtreecommitdiff
path: root/mpz/sqrt.c
Commit message (Expand)AuthorAgeFilesLines
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* mpz/set_d.c: Newalloc, when size is knownMarco Bodrato2015-12-111-3/+3
* mpz/sqrt.c: Use MPZ_NEWALLOC.Marco Bodrato2015-09-031-1/+1
* 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
* mpz/sqrt{,rem}.c: Further simplify.Marco Bodrato2012-05-231-25/+14
* Allocate less for overlapping operands.Torbjorn Granlund2012-05-221-14/+15
* Simpify some mpz functions.Torbjorn Granlund2012-05-221-15/+7
* Use the macros ALLOC etc to access the fields of mpz_t in mpz/*.Marc Glisse2012-02-231-9/+9
* Whitespace cleanup.Torbjorn Granlund2010-11-221-1/+1
* Use TMP_ALLOC_LIMBS consistently.Torbjorn Granlund2009-11-281-1/+1
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* Add a copyright year.tege2005-11-011-1/+2
* Remove TMP_XXXX marker arguments.tege2005-05-181-3/+3
* * mpz/sqrt.c: Special case for op==0, to avoid TMP_ALLOC(0).Kevin Ryde2001-06-201-2/+7
* Remove K&R function headers.tege2001-01-021-7/+1
* * * (__gmp_allocate_func etc): Rename from _mp_allocate_func etc.Kevin Ryde2000-10-211-3/+3
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* *** empty log message ***tege2000-07-241-4/+4
* Use <stdio.h> for NULL.Kevin Ryde2000-04-281-0/+1
* Use SQRT_OF_NEGATIVE.Kevin Ryde2000-04-111-2/+2
* Changes from tiny.tege1996-05-081-4/+0
* Initial revisiontege1996-05-081-0/+89