summaryrefslogtreecommitdiff
path: root/mpq/abs.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* (MPZ_NEWALLOC): New macro. Use it in mpq and some mpz.Marco Bodrato2012-06-081-2/+2
|
* mpq: Use more macros and MPZ_REALLOC return value when possible.Marco Bodrato2012-06-011-6/+6
|
* Use macros like NUM, ALLOC, SIZ, etc in mpq/*.Marc Glisse2012-02-241-7/+6
| | | | | Test some mpq functions that were not used in the testsuite. Implement q=z (in gmpxx) with mpq_set_z.
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* Add a copyright year.Kevin Ryde2001-05-031-1/+1
|
* * gmp-h.in (__GMP_EXTERN_INLINE, __GMP_ABS): New macros.Kevin Ryde2001-05-031-0/+2
| | | | | | | (mpz_abs, mpq_abs, mpf_abs, mpz_neg, mpq_neg, mpf_neg): Provide inline versions. * mpz/abs.c, mpq/abs.c, mpf/abs.c, mpz/neg.c, mpq/neg.c, mpf/neg.c: Add suitable __GMP_FORCE to turn off inline versions.
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
|
* * mpq/abs.c: New file.Kevin Ryde2000-09-101-0/+46