2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-27 17:12:22 +00:00
Commit Graph

5492 Commits

Author SHA1 Message Date
Edward Diener
e761b3344d Merge branch 'develop' of https://github.com/boostorg/math into cxxstd 2020-12-30 19:53:20 -05:00
Edward Diener
b66bd940ac Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries whose minumum C++ standard compilation level is C++11 on up. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out. 2020-12-30 19:51:48 -05:00
jzmaddock
b0045c1f43 Merge pull request #463 from evanmiller/missing-braces
Add missing braces
2020-12-30 19:02:53 +00:00
jzmaddock
c845b0e82c Merge pull request #470 from mborland/issue464
Fix for issue #464
2020-12-30 19:01:55 +00:00
jzmaddock
e29d6acf7a Merge pull request #473 from mborland/gitignore
Update to gitignore
2020-12-30 18:59:27 +00:00
jzmaddock
286e113f3f Merge pull request #474 from mborland/issue430
Fix for issue #430
2020-12-30 18:56:23 +00:00
Matt Borland
a120962474 Fix parens [CI SKIP] 2020-12-30 16:29:52 +03:00
Matt Borland
cff9cfc1a3 Fix test file too... 2020-12-29 20:31:17 +03:00
Matt Borland
c23f3fc5a7 Fix MSVC macro sub and warn others 2020-12-29 20:27:24 +03:00
Matt Borland
ebc6859559 CI Fixes [WINDOWS] 2020-12-29 15:44:02 +03:00
Matt Borland
a13451838a Add test case of long long max + 1 2020-12-27 20:10:16 +03:00
Matt Borland
0c20005e1b Eliminate -Wimplicit-int-float-conversion on clang 2020-12-27 19:47:09 +03:00
Matt Borland
a095222c84 Update to gitignore [CI SKIP] 2020-12-27 15:00:01 +03:00
jzmaddock
787481c6ff Merge pull request #433 from boostorg/issue396
Try fix min Bn arg for recur.
2020-12-24 18:35:46 +00:00
jzmaddock
f5cb11eb80 Merge pull request #460 from mborland/issue459
Fix for issue #459
2020-12-24 17:40:56 +00:00
Matt Borland
9a4fbed2c1 Qualify constexpr-ness of std::real and std::imag 2020-12-24 09:57:04 +03:00
Evan Miller
0a17c5cb8a Add missing braces
Clang emits thousands of warnings when running test_gamma_mp due
to missing braces. Add them.
2020-12-22 12:16:53 -05:00
Matt Borland
a058883c71 Duplicated test case causing CI failure. 2020-12-20 22:13:07 +03:00
Matt Borland
118863da21 Change PDF to be 0 for x = 0 or x = 1 2020-12-20 16:01:05 +03:00
John Maddock
358eda5039 Merge branch 'develop' into issue396 2020-12-19 19:37:31 +00:00
jzmaddock
75b9abc9ba Revert "[CI SKIP] Suggest use c++11 header when needed"
This reverts commit 5057e069c7.
2020-12-19 19:37:22 +00:00
jzmaddock
db42e6bced Add missing include.
Fixes issues exposed by changes to lexical_cast.
See https://github.com/boostorg/math/pull/433.
2020-12-19 19:31:01 +00:00
Christopher Kormanyos
b4fce630b7 Many CIs OK local try find what up on servers 2020-12-19 10:33:49 +01:00
Christopher Kormanyos
5057e069c7 [CI SKIP] Suggest use c++11 header when needed 2020-12-19 09:45:06 +01:00
Christopher Kormanyos
aedf8601c9 [CI SKIP] Remove useless semicolons and warnings 2020-12-19 09:05:30 +01:00
Christopher Kormanyos
8c7adc6856 [CI SKPI] Remove draft Jam unintended for tracking 2020-12-19 09:03:01 +01:00
Christopher Kormanyos
7f173d407d Merge branch 'develop' into issue396 2020-12-17 20:32:04 +01:00
jzmaddock
5a1a3027c8 Remove unused html file.
See https://github.com/boostorg/math/issues/457
[CI SKIP]
2020-12-17 18:11:19 +00:00
jzmaddock
48ba13b408 Remove unused large SVG's.
[CI SKIP]
See https://github.com/boostorg/math/issues/457.
2020-12-17 18:06:47 +00:00
jzmaddock
8df142b651 Remove PDF file - no need to distribute this, we can add a link.
See https://github.com/boostorg/math/issues/457.
2020-12-17 17:56:05 +00:00
Christopher Kormanyos
f972e46850 On a guess, forward args and promote Chebyshev? 2020-12-17 08:46:32 +01:00
Christopher Kormanyos
728388856c Guesses for old, running on new compilers, try CI 2020-12-16 18:50:06 +01:00
Christopher Kormanyos
92417f5a7f Work the review findings including no constexpr, use 3 spaces and eliminate use of size_t and will try CI again 2020-12-16 15:04:27 +01:00
Christopher Kormanyos
dd9015124d Reduce again complexity for old msvc 1001 2020-12-16 12:25:49 +01:00
Christopher Kormanyos
5f9c760321 Work around old msvc internal compiler error 2020-12-16 11:42:25 +01:00
Christopher Kormanyos
603a37534e Issue396 gets better tests and fix of Bn recur 2020-12-16 11:02:08 +01:00
Christopher Kormanyos
0db73891e5 i396 code now C++03 and bigobj MSVC and gcc-mingw 2020-12-14 20:30:38 +01:00
Christopher Kormanyos
1e61cea5df Improve fix, no pch, test spec fun locally 2020-12-14 07:21:52 +01:00
Christopher Kormanyos
90ee0013e7 Fix the fix of 396 and expand its test case 2020-12-13 20:33:25 +01:00
Christopher Kormanyos
b29157c7e1 Fixes #396 tests tgamma fix and original report 2020-12-13 15:00:40 +01:00
Christopher Kormanyos
da3babd117 Merge branch 'develop' into issue396 2020-11-25 23:11:37 +01:00
pulver
a0a97b768a Fix derivative of pow(x,y) when x=0 (#456)
* Fix pow(x,y) for variable x=0 and constant y #445

* Add pow0 test.

Co-authored-by: Matt Pulver <mpulver@unitytechgroup.com>
boost-1.75.0
2020-11-16 11:52:28 -05:00
Nick
f3952b8b41 At least make error dimensionally correct. (#455) 2020-11-13 08:21:23 -05:00
jzmaddock
6cbd225994 Merge pull request #454 from boostorg/issue453
Fix up legendre_p(n, n-1, x) as special case.
2020-11-11 19:20:57 +00:00
jzmaddock
8e3c2bc77d Merge pull request #452 from boostorg/issue451
Fix spurious overflow in gamma_p/q calculation.
2020-11-11 18:09:32 +00:00
jzmaddock
c25cae2067 Correct testing mistake in test_legendre.hpp. 2020-11-09 12:44:50 +00:00
jzmaddock
889620031a Fix up legendre_p(n, n-1, x) as special case.
Add tests.
Fixes https://github.com/boostorg/math/issues/453.
2020-11-08 20:47:25 +00:00
jzmaddock
56c4c890d1 Fix spurious overflow in gamma_p/q calculation.
Add tests.
Fixes: https://github.com/boostorg/math/issues/451
2020-11-05 19:43:52 +00:00
jzmaddock
6b8c2691d3 Correct expected error rate - epsilon should be as a percentage for BOOST_CHECK_CLOSE. 2020-10-30 11:36:17 +00:00
jzmaddock
83f1aa42e1 Merge pull request #448 from suyash-patil/develop
fixed CSS property
2020-10-30 08:42:43 +00:00