summaryrefslogtreecommitdiff
path: root/print_raw.c
Commit message (Expand)AuthorAgeFilesLines
* replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)zimmerma2000-08-161-1/+1
* SIGN -> MPFR_SIGNzimmerma2000-02-111-1/+1
* added copyright noticezimmerma1999-07-301-0/+22
* 1UL -> ((mp_limb_t) 1)zimmerma1999-07-021-1/+1
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-0/+11
* special case for zerozimmerma1999-06-171-0/+1
* added case of NaNzimmerma1999-06-161-11/+14
* Initial revisionhanrot1999-06-091-0/+54