Commit Graph

5028 Commits

Author SHA1 Message Date
jzmaddock
833b4c9b5f hypergeometric_1F1: begin to fix up remaining difficult cases.
Adds a checked series for those we can't fix.
[CI SKIP]
2018-10-20 09:58:11 +01:00
Nick
83513935aa
Update README.md 2018-10-18 12:28:17 -06:00
pabristow
945ac0dd98 Added note on usable compilers and b2 command to run example using max_digit10 with lambert W examples. [CI SKIP] 2018-10-18 12:51:17 +01:00
jzmaddock
52079d2d23 Merge branch 'develop' into hypergeometric_soc_2014
Fixed Conflicts:
	doc/equations/generate.sh
2018-10-18 11:11:13 +01:00
Nick
620078f458
Quick typo removal 2018-10-17 08:24:28 -06:00
jzmaddock
2e15190209
third try at writing markdown!
[CI SKIP]
2018-10-15 19:25:28 +01:00
jzmaddock
189c1e9f8e Fix markdown in README.md
[CI SKIP]
2018-10-15 19:22:05 +01:00
jzmaddock
11a752b4eb Documentation: Update overview.
Add README.md.
[CI SKIP]
2018-10-15 19:19:42 +01:00
jzmaddock
d78af61023 Tentative fix for MacOS X test failure in relative_difference. 2018-10-15 13:48:56 +01:00
jzmaddock
4576399030 exp_sinh_quadrature_test.cpp: fix breakage in last commit. 2018-10-12 18:16:43 +01:00
jzmaddock
ad26e3fa9a Merge branch 'develop' of https://github.com/boostorg/math into develop 2018-10-12 13:24:13 +01:00
jzmaddock
4810facc7d exp_sinh_quadrature_test.cpp: don't carry out test if we're not going to check the result.
Add /bigobj to more msvc tests.
2018-10-12 13:23:57 +01:00
jzmaddock
5a42f8b81b
Merge pull request #154 from boostorg/complex_tanh_sinh
Modify tanh_sinh to work with complex integrals.
2018-10-11 19:11:43 +01:00
jzmaddock
d3b00f2beb Fix spelling of cxx11_explicit_conversion_operators. 2018-10-11 18:06:43 +01:00
pabristow
cdea7b6724 Added requirement explicit_conversion_operators 2018-10-11 13:59:55 +01:00
jzmaddock
43119aa7f8 Fix __float128 build support on lambert_w example. 2018-10-11 09:00:46 +01:00
jzmaddock
049c670409 Add another test case for tanh_sinh complex support, and update docs with examples. 2018-10-11 08:49:05 +01:00
pabristow
e961fb9c78 Add lambert_w new examples. 2018-10-09 15:35:08 +01:00
pabristow
20067e75e5 Added two more lambert_w examples and requires cxx_numeric_limits 2018-10-09 12:53:11 +01:00
jzmaddock
5eca86157b Modify tanh_sinh to work with complex integrals. 2018-10-08 20:45:15 +01:00
jzmaddock
ea42a834cc
Merge pull request #153 from boostorg/pr/add-math-target
Add a fake boost_math target to boost-install
2018-10-08 17:55:21 +01:00
pabristow
8a45f15c2d Avoid using max_digits10 in test to allow as old versions as possible to run 2018-10-08 15:10:38 +01:00
pabristow
3d5af4b493 Merge branch 'develop' of https://github.com/boostorg/math into develop 2018-10-08 15:07:00 +01:00
pabristow
a855f99989 Avoid using max_digits10 in test to allow as old versions as possible to run 2018-10-08 15:05:55 +01:00
jzmaddock
015151ef78 Merge branch 'develop' of https://github.com/boostorg/math into develop
Resolved Conflicts:
	doc/html/index.html
	doc/html/indexes/s01.html
	doc/html/indexes/s02.html
	doc/html/indexes/s03.html
	doc/html/indexes/s04.html
	doc/html/indexes/s05.html
	doc/html/math_toolkit/conventions.html
	doc/html/math_toolkit/navigation.html
2018-10-07 09:36:02 +01:00
jzmaddock
a12ac889bf Update history, rebuild docs.
[CI SKIP]
2018-10-07 09:22:19 +01:00
Peter Dimov
8d2c59c861 Add a fake boost_math target to boost-install 2018-10-05 20:46:07 +03:00
pabristow
cd155591dd Added simplest possible test example. 2018-10-04 17:14:15 +01:00
pabristow
dadce7ae6f Added basic_lambert_w_example. 2018-10-04 17:08:06 +01:00
pabristow
7779430500 edit and broken links in docs qbk only, locally builds and passed inspect program, even update pull to get JM changes. [CI SKIP] 2018-10-04 14:39:33 +01:00
pabristow
9e4821dada Merge branch 'develop' of https://github.com/boostorg/math into develop 2018-10-04 14:33:49 +01:00
pabristow
69908294cd edit and broken links in docs qbk only, locally builds and passed inspect program [CI SKIP] 2018-10-04 14:33:13 +01:00
jzmaddock
9a198bfa58 Merge branch 'develop' of https://github.com/boostorg/math into develop 2018-10-02 18:45:21 +01:00
jzmaddock
7abfa952cd Switch a couple of tests to release mode to reduce object file sizes. 2018-10-02 18:45:07 +01:00
jzmaddock
839f461804 Update docs on root finding to indicate that the functions can accept take C++ lambda's as arguments (which they can). 2018-10-02 18:35:40 +01:00
jzmaddock
44e39d92d7
Merge pull request #152 from Kojoley/patch-1
constants: Removed extra semicolons
2018-10-01 18:19:54 +01:00
Nikita Kniazev
5152160fea
constants: Removed extra semicolons 2018-10-01 18:37:45 +03:00
jzmaddock
34e6afacc2 Fixes that allow Math to be used with multiprecision::mpfr_float. 2018-09-26 18:10:05 +01:00
jzmaddock
bfabc65564
Merge pull request #150 from boostorg/remove_endian_deprecated
Remove deprecation warning from the BOOST_BIG_ENDIAN and BOOST_LITTLE…
2018-09-14 17:29:49 +01:00
Nick Thompson
6ec5838685 Change #if defined(BOOST_ENDIAN_*_BYTE) to #if BOOST_ENDIAN_*_BYTE on the advice of code review from pdimov. 2018-09-12 11:37:31 -06:00
Nick Thompson
a180b490f2 Remove deprecation warning from the BOOST_BIG_ENDIAN and BOOST_LITTLE_ENDIAN macros. 2018-09-12 10:20:05 -06:00
jzmaddock
95680e179d
Merge pull request #121 from boostorg/rational_derivatives
Add derivative of barycentric rational interpolation.
2018-09-04 13:01:31 +01:00
Nick Thompson
a1958265fb [CI SKIP] Add references and clean up documentation for 1F1. 2018-09-04 08:57:16 +08:00
jzmaddock
0f02355a1c LambertW: remove dead file and move lambert_w_lookup_table.ipp into /detail/.
[CI SKIP]
2018-09-02 18:00:07 +01:00
jzmaddock
628ffd1c80
Merge branch 'develop' into rational_derivatives 2018-09-02 12:58:59 +01:00
jzmaddock
b642b12fa4 Regenerate docs after LambertW merge.
[CI SKIP]
2018-09-02 08:31:41 +01:00
jzmaddock
9019eca407
Merge pull request #146 from boostorg/lambertw
PR for integration testing of LambertW
2018-09-02 08:27:59 +01:00
jzmaddock
3b7cbe6be6 CI fixes: adjust lambertW expected error rates. 2018-09-01 18:46:33 +01:00
jzmaddock
79871fe747 LambertW: CI fixes.
Fix definition of lambert_w0_small_z_series_term.
Move rational approximations into smaller functions to try and keep msvc happy.
2018-08-31 19:53:34 +01:00
jzmaddock
02c7df005d LambertW: Fix more CI failures:
Add fallback for 128-bit lambertW implementation.
Disable real_concept tests for msvc-12 and earlier as the compiler can't cope.
2018-08-31 09:56:03 +01:00