summaryrefslogtreecommitdiff
path: root/mpz/invert.c
Commit message (Collapse)AuthorAgeFilesLines
* Use PTR and SIZ (cosmetic change).tege2001-12-291-1/+1
|
* Remove K&R function headers.tege2001-01-021-7/+1
|
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
|
* *** empty log message ***tege2000-07-241-4/+4
|
* Add a copyright year.Kevin Ryde2000-04-121-1/+1
|
* Use TMP_MARK since we invoke MPZ_TMP_INIT.tege2000-04-081-1/+8
|
* Defer writing to parameter `invert' until end.tege1999-02-221-5/+9
|
* Fix typo in comment.tege1998-05-051-1/+1
|
* Properly detect all operands that would yield an undefined inverse;tege1997-07-251-3/+19
| | | | | | make sure the inverse is always positive. Get rid of variable `rv'.
* Use MPZ_TMP_INIT, not mpz_init.tege1996-07-221-2/+9
| | | | #include "gmp-impl.h".
* Initial revisiontege1996-05-081-0/+43