summaryrefslogtreecommitdiff
path: root/mpf
Commit message (Expand)AuthorAgeFilesLines
...
* * Compare most significant mantissa limb before trying to deduce anything fromtege1999-02-222-15/+15
* * (ALLCFLAGS): New variable.tege1998-05-051-7/+21
* (FUNC_NAME): Fix bogus test for mpf_trunc.tege1998-05-051-1/+1
* New file (supporting mpf_floor, mpf_ceil, mpf_trunc).tege1997-07-251-0/+145
* Let `prec' determine precision used in exponentialization code;tege1997-07-251-5/+14
* After outputting `-', decrement n_digits.tege1997-07-251-0/+1
* Fix indentation.tege1997-07-251-1/+1
* Compute exp_in_base using `double' to avoid overflow.tege1996-10-181-2/+2
* Let `prec' determine precision used in exponentialization code;tege1996-10-151-9/+31
* Allow a number to start with a period, if next position contains a digit.tege1996-08-271-4/+8
* Fix typo, `alpha__' => `__alpha'.tege1996-08-271-1/+1
* #include string.h.tege1996-08-081-0/+1
* Return the *highest* precision achievable.tege1996-08-081-1/+1
* Complete rewrite.tege1996-08-081-347/+238
* (swapptr): New #define.tege1996-08-081-21/+30
* In exp_in_base==0 case, add madj to msize for EXP field.tege1996-08-071-1/+1
* Rewrite code for converting integral part of atege1996-08-071-15/+32
* Ignore excess limbs in MP,MSIZE.tege1996-08-071-28/+25
* Fix some more cases with ANSI vs K&R.tege1996-06-041-2/+5
* Add K&R declaration syntax.tege1996-06-046-12/+40
* Cast result of TMP_ALLOC to the right pointer type.tege1996-06-041-10/+29
* Add K&R declaration syntax.tege1996-06-041-0/+12
* Change declaration to work around irix5 compiler bug.tege1996-06-041-3/+3
* Add `const' qualifier for 2nd parameter.tege1996-05-291-2/+2
* mpf_cmp2 -> mpf_eq.tege1996-05-271-3/+3
* scal2 => __gmp_scale2.tege1996-05-261-3/+1
* Finish rewrite.tege1996-05-241-7/+7
* New function mpf_get_d.tege1996-05-242-2/+59
* Clean up spacing and indentation.tege1996-05-242-2/+2
* Implement new mechanism for assigning from `double'.tege1996-05-241-92/+11
* New file.tege1996-05-221-0/+158
* Cleanups to avoid some -Wall warnings.tege1996-05-224-8/+8
* New files.tege1996-05-222-0/+269
* (test): Delete spurious target.tege1996-05-171-4/+1
* Use `e' to separate exponent when base <= 10.tege1996-05-171-1/+1
* Make it work for 64-bit machines.tege1996-05-171-4/+35
* Simplify expression in rsize == nsize if-then-else arms.tege1996-05-161-3/+2
* Test __alpha instead of __alpha__, since the former is the standard symbol.tege1996-05-161-1/+1
* Add mpf/set_z.c.tege1996-05-132-2/+57
* Misc cleanups.tege1996-05-111-3/+1
* Compute prec-1 limbs in mpn_divrem call.tege1996-05-111-2/+2
* Add mpf/set_q.ctege1996-05-102-2/+176
* Changes from tiny.tege1996-05-0812-123/+163
* New special case for when U is completely cancelled.tege1996-05-081-10/+19
* Initial revisiontege1996-05-0853-0/+5208