summaryrefslogtreecommitdiff
path: root/mpf
Commit message (Expand)AuthorAgeFilesLines
* Include `../..'.Linus Nordberg2000-02-241-1/+1
* Include `..'.Linus Nordberg2000-02-241-4/+3
* Regenerate.Linus Nordberg2000-02-242-10/+6
* *** empty log message ***Linus Nordberg2000-02-152-0/+2
* Use Automake.Linus Nordberg2000-02-102-23/+0
* Generate.Linus Nordberg2000-02-102-171/+849
* New fileLinus Nordberg2000-02-102-0/+84
* *** empty log message ***tege1999-12-141-0/+15
* Avoid final squaring in loop.tege1999-12-081-4/+6
* * (LOW_BOUND, HIGH_BOUND): New #defines.tege1999-10-291-3/+11
* Use move-if-change when generating binaries.tege1999-09-281-8/+16
* Pass XCFLAGS when linking.tege1999-07-141-8/+8
* The `gmp_rand_state' is now an array with one element rather than a pointer t...Linus Nordberg1999-05-231-2/+2
* Randomization rewriteLinus Nordberg1999-03-291-20/+10
* Compile t-get_d.c.tege1999-03-171-4/+13
* *** empty log message ***tege1999-03-171-0/+46
* New randomization functions.Linus Nordberg1999-03-162-2/+64
* * Set result sign.tege1999-03-141-28/+7
* Compile pow_ui.c.tege1999-03-131-3/+5
* *** empty log message ***tege1999-03-132-0/+77
* In initial code for ediff == 0, limit precision before jumping to `normalize'.tege1999-02-221-0/+10
* * 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