2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-25 16:32:15 +00:00
Commit Graph

5480 Commits

Author SHA1 Message Date
Matt Borland
5e6143bdf3 Add platform specific options [CI SKIP] 2020-12-29 14:41:26 +03:00
Matt Borland
d4092e569a Test skip [CI SKIP] 2020-12-28 16:50:37 +03:00
Matt Borland
ab7e28f7d4 Add ci.yml. Should run full test. 2020-12-28 16:40:36 +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
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
Suyash Patil
01888dc929 fixed CSS property 2020-10-30 01:11:33 +05:30
jzmaddock
a5ff4371da Merge pull request #447 from suyash-patil/develop
small typo fixed
2020-10-29 18:25:51 +00:00
Suyash Patil
eb532dc219 small typo fixed 2020-10-29 01:00:57 +05:30
John Maddock
992794d591 Merge branch 'master' into develop boost-1.75.0.beta1 2020-10-19 18:21:16 +01:00
jzmaddock
64154c2d4b Update history, regenerate docs.
Add some missing files.
[CI SKIP]
2020-10-19 18:19:34 +01:00
jzmaddock
1366b4ba47 Merge pull request #444 from boostorg/develop
Merge for release
2020-10-19 18:14:21 +01:00
jzmaddock
67af8d7a0f Merge pull request #443 from boostorg/jzmaddock-patch-1
Fix some CI test failures.
2020-10-14 13:02:51 +01:00
jzmaddock
f59b67ee9c Fix some CI test failures. 2020-10-13 18:34:11 +01:00
jzmaddock
e9da0ea36a Emscripten has no fully working long double functions.
Fixes https://github.com/boostorg/math/issues/441
2020-10-12 16:56:25 +01:00
pabristow
f304c83794 Add display:inline-block; for all colors, and comments. 2020-09-29 12:45:43 +01:00
Suyash Patil
c2843663dc fixed CSS property in doc/math.css (#437) 2020-09-26 17:38:15 -04:00
Suyash Patil
2dec5f6af5 fix typo in README.md (#436) 2020-09-17 08:52:54 -04:00