summaryrefslogtreecommitdiff
path: root/neg.c
Commit message (Expand)AuthorAgeFilesLines
* GNU coding style. K&R function headers removed.vlefevre2001-11-101-7/+0
* Removed #include <stdio.h>, "return 0;" replaced by "MPFR_RET(0);".vlefevre2001-10-191-2/+1
* implemented inexact flagzimmerma2001-10-121-5/+10
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-3/+3
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-1/+1
* unsigned char -> mp_rnd_tzimmerma2000-02-111-5/+5
* added copyright noticezimmerma1999-07-301-0/+21
* use mpfr_set4 now (no modification of const parameters any more)zimmerma1999-07-051-8/+5
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-1/+9
* added include <stdio.h> (needed for FILE in mpfr.h)zimmerma1999-06-101-0/+1
* Initial revisionhanrot1999-06-091-0/+13