Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite to use mpn_rootrem. | tege | 2002-05-08 | 1 | -112/+31 |
* | * mpz/root.c: Use unsigned long with mpz_sub_ui not mp_limb_t. | Kevin Ryde | 2002-05-07 | 1 | -1/+1 |
* | * mpz/root.c: Add <stdlib.h>, for abort(). | Kevin Ryde | 2002-01-12 | 1 | -2/+3 |
* | Remove K&R function headers. | tege | 2001-01-02 | 1 | -8/+1 |
* | Copyright (C) -> Copyright. | Kevin Ryde | 2000-10-15 | 1 | -1/+1 |
* | *** empty log message *** | tege | 2000-07-24 | 1 | -4/+4 |
* | Reverse return value in tests for detecting root of +1 and -1. | tege | 2000-07-13 | 1 | -2/+2 |
* | Use <stdio.h> for NULL. | Kevin Ryde | 2000-04-29 | 1 | -0/+1 |
* | Add K&R function definitions. | Kevin Ryde | 2000-04-13 | 1 | -0/+16 |
* | Add a copyright year. | Kevin Ryde | 2000-04-12 | 1 | -1/+1 |
* | * Handle roots of negative numbers. | tege | 2000-03-22 | 1 | -14/+30 |
* | Complete rewrite. Still primitive, but at least correct. | tege | 2000-02-22 | 1 | -54/+94 |
* | *** empty log message *** | tege | 1999-03-09 | 1 | -0/+110 |