summaryrefslogtreecommitdiff
path: root/mpfr.c
Commit message (Expand)AuthorAgeFilesLines
* Make MAYBE_NUM -> NUMBER smarter, clear STRING.Arnold D. Robbins2015-08-251-2/+2
* Remove MBS_SUPPORT ifdefs.Arnold D. Robbins2014-11-151-2/+0
* Bug fix to MPFR mod operation for negative numerator.Arnold D. Robbins2014-08-051-1/+20
* Bug fix in MPFR that manifested in sqrt().Arnold D. Robbins2014-08-051-14/+27
* Clean up some memory in MPFR.Arnold D. Robbins2014-07-311-0/+9
* Update copyright dates on modified files.Arnold D. Robbins2013-01-151-1/+1
* Make mpfr and, or, xor, accept >= 2 arguments.Arnold D. Robbins2013-01-111-141/+160
* Make bitflag checking consistent everywhere.Arnold D. Robbins2012-12-091-3/+3
* Minor cleanup in calls to mpfr routines.Arnold D. Robbins2012-11-141-0/+16
* 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