61ad25cc63Update revision history.
jzmaddock
2015-05-05 13:31:02 +0100
805fb89a61Improve root finding examples. Add updated elliptic integral tests. Add lambda example. Tweak wording in places.
jzmaddock
2015-05-05 13:22:29 +0100
308f39c78aFix iteration count housekeeping so we don't accidentally miss one if we get an exact result because f(x) is zero.
jzmaddock
2015-05-05 13:15:23 +0100
ef0241c0a3Add elliptic integral example.
jzmaddock
2015-05-04 18:36:40 +0100
dc1c023540Minor edits to minimization docs and examples.
jzmaddock
2015-04-30 18:33:18 +0100
a0fb417bc0Tidy up comments.
jzmaddock
2015-04-30 18:32:48 +0100
5c022355acFix a few minor SNUAFU's.
jzmaddock
2015-04-30 11:09:11 +0100
be5b9c3d80Reorganize docs a little with more sections. Improve descriptions, and cross-reference between new sections.
jzmaddock
2015-04-30 09:02:35 +0100
c8eb3c9cf4Add default constructor for eps_tolerance.
jzmaddock
2015-04-29 18:47:09 +0100
5cbf37159eChange to use sensible defaults for required digit counts.
jzmaddock
2015-04-29 17:57:27 +0100
da33ba4425Fix heuristic in schroeder_iterate. Brings schroeder_iterate more into line with halley_iterate.
jzmaddock
2015-04-28 19:16:33 +0100
6277275f32Make sure results of timed calls are really *really* used. Optimize derivative calculation to reduce redundant computation.
jzmaddock
2015-04-28 18:45:24 +0100
8d394d4f53Make sure calculated results are really used to avoid spurious optimizations.
jzmaddock
2015-04-27 19:43:56 +0100
8b0aaec93fTidy up: Remove unneeded '#includes. Improve finding of boost-root. Fix debug/release detection to not use MSVC specific macros.
jzmaddock
2015-04-27 19:27:22 +0100
e7ae689ea5New sections of examples or cube, fifth, multiprecision and nth root finding, and comparison of timing and iterations.
pabristow
2015-04-26 17:41:10 +0100
f2238de311Merge pull request #12 from jessicah/develop
jzmaddock
2015-04-09 08:50:10 +0100
d4240296b5Haiku: disable float128 and long double support
Jessica Hamilton
2015-04-09 07:47:13 +1200
9b293b689dNo bad links from inspect and fp_comparison revised.
pabristow
2015-03-13 13:02:31 +0000
2b57792dbcrooting links corrected, build clean, but some links still broken.
pabristow
2015-03-12 18:05:36 +0000
4257aa91ffadd html/math.css (but this might still get deleted when html/ needs clearing out, so should probably also have a copy elsewhere?
pabristow
2015-03-12 14:50:15 +0000
3928cf1bb9git rm --cached -- /html/*.html to get out git of all generated files except math.css
pabristow
2015-03-12 14:42:54 +0000
98998570beAdded a .gitignore to ignore /html and math.css for green coments
pabristow
2015-03-12 13:15:46 +0000
1f0552daeamerged develop into rooting and rebuilt html
pabristow
2015-03-12 12:31:01 +0000
c6e152efd4Disable __float128 on Solaris - it segfaults when used at program startup (tested solaris 11).
jzmaddock
2015-03-08 18:58:15 +0000
5638fe9be2Re-structured to separate into tools (rooting and minimization) and internals, and links revised to suit.
pabristow
2015-03-05 15:25:19 +0000
7a74c3728fNew example and .qbk
pabristow
2015-03-05 10:25:19 +0000
bc3d8ed2e3[Incomplete Beta] Fix some more spurious underflows spotted by Rocco Romeo.
jzmaddock
2015-01-05 17:39:13 +0000
b3d11e9545[Ellint Carlson] Update RJ to carlson's latest algorithm. Add missing include to ellint_rc.hpp. Add more test cases for RJ special cases.
jzmaddock
2015-01-05 11:46:34 +0000
47c2f9254c[Ellint Pi] Add some more special case handling, plus tests.
jzmaddock
2014-12-26 17:21:10 +0000
18dd27295d[Ellint Pi] Reorganize which reduction occurs in which order, and fix numerical stability issues identified by Rocco Romeo.
jzmaddock
2014-12-25 16:52:37 +0000
83155a7a67[Elliptic Pi] Change expression to not suffer spurious under/over flow, add test case.
jzmaddock
2014-12-22 16:55:06 +0000
2ab808f547[Ellint Pi] Try and actually use the correct equation for negative v in Pi[v, k] !
jzmaddock
2014-12-21 19:08:18 +0000
b885aa757a[bernoulli] suppress some compiler warnings.
jzmaddock
2014-12-21 13:10:16 +0000
57b38b0dfcAdd binomial_coefficient to math_fwd.hpp and test.
jzmaddock
2014-12-21 13:09:40 +0000