summaryrefslogtreecommitdiff
path: root/set_ui.c
Commit message (Expand)AuthorAgeFilesLines
* GNU coding style. K&R function headers removed.vlefevre2001-11-101-42/+36
* Comment added.vlefevre2001-10-191-1/+1
* Inexact ternary value for mpfr_set4, mpfr_set_ui and mpfr_set_si.vlefevre2001-09-111-29/+40
* Parameter added to mpfr_round_raw: pointer to inexact ternary value.vlefevre2001-09-101-2/+2
* Bugs fixed (wrong types).vlefevre2001-08-101-1/+3
* fixed bug for mpfr_set_ui (x, 0) [was giving -0]daney2001-04-051-16/+20
* added cast to "unsigned long" for ai = ABS(i)zimmerma2001-02-151-0/+68