summaryrefslogtreecommitdiff
path: root/get_sj.c
Commit message (Expand)AuthorAgeFilesLines
* The cast to uintmax_t wasn't really useful, so I removed it.vlefevre2004-09-301-2/+10
* The real fix for sizeof(intmax_t) == sizeof(mp_limb_t).vlefevre2004-09-301-6/+6
* Fix a bug if sizeof(intmax_t) == sizeof(mp_limb_t)pelissip2004-09-301-4/+4
* Add mpfr_clear_erangeflag and mpfr_erangeflag_p.pelissip2004-09-291-2/+18
* Reindent the sources (again).pelissip2004-09-281-10/+14
* Retab the sources.pelissip2004-09-271-2/+2
* New functions mpfr_get_sj and mpfr_get_uj, with tests.vlefevre2004-09-271-0/+99