Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Suppress some #define and fix symbol names (makes code cleaner): | vlefevre | 2002-12-16 | 1 | -1/+1 |
* | COPYING -> COPYING.LIB and GPL re-added. | vlefevre | 2002-04-15 | 1 | -1/+1 |
* | COPYING.LIB -> COPYING. | vlefevre | 2002-04-05 | 1 | -1/+1 |
* | Copyright line changed. | vlefevre | 2002-03-04 | 1 | -1/+1 |
* | mpfr_{div,mul}_2exp -> mpfr_{div,mul}_2ui. | vlefevre | 2002-02-14 | 1 | -2/+2 |
* | Misc bug fixes and code clean-up. | vlefevre | 2002-02-01 | 1 | -3/+3 |
* | mpfr_round -> mpfr_round_prec. | vlefevre | 2002-01-25 | 1 | -1/+1 |
* | now use MPFR_PREC_MIN | zimmerma | 2001-11-30 | 1 | -3/+3 |
* | fixed bug for small precision, where r can be >= 1 | zimmerma | 2001-11-29 | 1 | -5/+7 |
* | removed K&R function headers | zimmerma | 2001-11-16 | 1 | -13/+0 |
* | assert -> MPFR_ASSERT | zimmerma | 2001-11-16 | 1 | -2/+2 |
* | changed Library GPL to Lesser GPL | zimmerma | 2001-11-16 | 1 | -4/+4 |
* | added static to local functions | zimmerma | 2001-11-16 | 1 | -2/+2 |
* | implement ternary inexact flag | zimmerma | 2001-10-15 | 1 | -5/+5 |
* | new (faster) implementation of mpfr_cos | zimmerma | 2001-09-07 | 1 | -0/+150 |