summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_sqrt.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge trunk. Re-generate tclTomMath.h. Use faster exponentiation-function ↵jan.nijtmans2016-11-171-1/+0
|\ | | | | | | from libtommath 1.0 (in tclExecute.c).
* \ (experimental) Upgrade to libtommath 1.0 (actually by merging all changes ↵jan.nijtmans2016-11-161-2/+6
|\ \ | |/ |/| | | between libtommath 0.42.0 and 1.0). Still to be tested thourougly, before doing anything with it.
| * import libtommath 1.0jan.nijtmans2016-11-161-4/+4
| |
| * Import of tommath 0.42.0jan.nijtmans2011-03-141-3/+3
| |
| * re-import ltm-0.39, with original RCS-ID'sjan.nijtmans2011-03-141-4/+4
| |
| * Import of libtommath 0.39+Kevin B Kenny2006-12-011-3/+3
| |
| * Import of libtommath 0.36Kevin B Kenny2005-09-261-0/+4
| |
| * Import of libtommath 0.33 Kevin B Kenny2005-01-191-0/+77
|
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-5/+0
| | | more harm than good. Purged them.
* * libtommath/bn_mp_sqrt.c (bn_mp_sqrt): Handle the case whereKevin B Kenny2008-10-051-4/+21
| | | | | | | * tests/expr.test (expr-47.13): a number's square root is between n<<DIGIT_BIT and n<<DIGIT_BIT+1. [Bug 2143288] Thanks to Malcolm Boffey (malcolm.boffey@virgin.net) for the patch.
* fix typo: 0,0 -> 0.0das2006-12-011-3/+3
|
* Upgrade to tommath 0.39 plus patches from TomKevin B Kenny2006-12-011-3/+4
|
* fixed bug in floating point initial approximation that caused convergence ↵Kevin B Kenny2006-11-301-4/+10
| | | | failure
* Corrected bugs in tommath installation, improved tommath square root ↵Kevin B Kenny2005-12-271-8/+50
| | | | performance, patched around a [clock scan] issue with time zones
* Import of libtommath 0.36Kevin B Kenny2005-09-261-0/+4
|
* Import of libtommath 0.33Kevin B Kenny2005-01-191-0/+77