aboutsummaryrefslogtreecommitdiffstats
path: root/mpfr.c
Commit message (Collapse)AuthorAgeFilesLines
* Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-111-18/+18
|
* MPFR fixes from Eli.john haque2012-04-161-1/+1
|
* Change MPFR variable RND_MODE to ROUND_MODE.john haque2012-04-121-34/+34
|
* Change RNDMODE to ROUNDMODE and update doc.john haque2012-04-111-4/+7
|
* Remove an unneeded define, more fixes for gcc -Wall.john haque2012-04-091-10/+9
|
* Placate gcc -Wall, minor doc updates.john haque2012-04-081-5/+4
|
* Add arbitrary-precision arithmetic on integers.john haque2012-03-191-371/+875
|
* Bug fixes and tests for MPFR.john haque2012-03-071-47/+106
|
* Finish MPFR changes and clean up code.john haque2012-02-261-212/+421
|
* Finish builtins for MPFR.john haque2012-02-191-85/+169
|
* New interpreter routine for MPFR.john haque2012-02-161-152/+330
|
* Add infrastructure for MPFR/GMP support.john haque2012-02-141-0/+585