2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 16:32:10 +00:00
Commit Graph

463 Commits

Author SHA1 Message Date
jzmaddock
c8c07a5325 formatting: add barycentric_rational support. 2019-12-01 19:48:49 +00:00
Nick Thompson
a9b6639fba Remove a typo [CI SKIP] 2019-11-30 16:01:00 -05:00
jzmaddock
a87c27f4de formatting: rework the api a little more, fix some bugs, add more B-Spline examples. 2019-11-30 16:37:33 +00:00
jzmaddock
6ee72c7371 Formatter: simplify API, add interval support. 2019-11-27 19:48:41 +00:00
jzmaddock
837504cbbc formatting: big restructuring with public API for custom types.
Add cubic B spline as example.
2019-11-23 19:34:00 +00:00
jzmaddock
543c495072 formatting: Update plain text output of infinities.
Get windows console output working.
2019-11-17 17:58:39 +00:00
jzmaddock
046f56b8af Formatting: Add rational numbers support.
[CI SKIP]
2019-11-16 18:20:52 +00:00
jzmaddock
24e0fbe9e7 Formatting: Complete polynomial support and update docs. 2019-11-13 18:31:14 +00:00
jzmaddock
c106249511 Add Unicode output option for the text formatter. 2019-11-11 19:30:54 +00:00
jzmaddock
a19e335115 Fix up sample Latex document structure.
[CI SKIP]
2019-11-09 19:44:56 +00:00
jzmaddock
d325ad6080 Correctly handle zeros, infinities and NaN's. 2019-11-09 18:32:14 +00:00
jzmaddock
e8351b26c8 Initial commit of pretty-formatter. 2019-11-06 19:31:43 +00:00
jzmaddock
a84ae41bf6 Add multiprecision test to continued fractions. 2019-09-10 18:22:33 +01:00
Nick
4294260812 Merge pull request #245 from boostorg/deprecate_cubic_b_spline
Deprecate cubic B-spline for cardinal cubic B-spline [CI SKIP]
2019-08-30 08:02:41 -04:00
pabristow
e94d23b1f6 [CI SKIP]Some missing files that should be in the git index? 2019-08-30 12:46:58 +01:00
pabristow
22cdedec01 Merge branch 'compilance' into develop 2019-08-29 14:31:20 +01:00
pabristow
1219451047 [CI SKIP]increase tolerance from 3 to 5 eps for long double on test_recurrence.cpp to allow GCC-mingw to pass. 2019-08-29 12:55:54 +01:00
pabristow
0ab00c3f9d [CI SKIP] changes to get inspect program problem-free, but one test failure in recurrence.cpp 2019-08-23 09:25:22 +01:00
NAThompson
caf1883788 Deprecate cubic B-spline for cardinal cubic B-spline [CI SKIP] 2019-08-22 09:35:05 -04:00
pabristow
3d56177eb2 Merge branch 'develop' of https://github.com/boostorg/math into develop 2019-08-12 18:14:41 +01:00
pabristow
d922852f3b [CI SKIP] Editorial/cosmetic changes complete, apart from getting up to date with develop and a last re-re-re-through! 2019-08-12 15:52:06 +01:00
Nick Thompson
9b14fff12e Remove header deprecation warnings. 2019-08-10 08:50:12 -04:00
pabristow
6981dc12f9 [CI SKIP]Editorial work using changes in math.css, part one. 2019-08-09 13:22:33 +01:00
pabristow
ccb508194f [CI SKIP] Added missing example file and more index entries 2019-08-07 09:07:11 +01:00
pabristow
d26d90d7b3 Merge branch 'develop' of https://github.com/boostorg/math into develop
Many edits to provide equation indents, dozens of typos, and misc amendments, mainly cosmetic, and new index entries for better indexes [CI SKIP].
2019-08-06 15:37:40 +01:00
pabristow
df5a6f5ac6 Many edits to provide equation indents, dozens of typos, and misc amendments, mainly cosmetic, and new index entries for better indexes 2019-08-06 15:33:22 +01:00
jzmaddock
88dd510a4f Merge pull request #148 from boostorg/hypergeometric_soc_2014
Hypergeometrics
2019-08-03 21:54:34 +01:00
jzmaddock
a426dfc911 refactor some tests so we don't get spurious CI failures. 2019-07-28 20:04:08 +01:00
pabristow
af7b0d76a8 Removed examples of going wrong. 2019-07-09 14:27:35 +01:00
pabristow
2e246d1076 Removed unwanted example of divergence 2019-07-09 13:09:15 +01:00
Nick
4be4fec1ef Merge pull request #225 from boostorg/autodiff/lexical_cast
Remove lexical_cast<> dependencies.
2019-07-07 08:54:45 -04:00
Matt Pulver
cd9c723256 Fix enum class/switch warning. 2019-07-06 08:42:33 -04:00
Nick
046085c3aa Ooura Fourier integrals example: Remove warning by catching exception by reference. Green up build by adding quadmath to build dep. 2019-07-05 18:54:26 -04:00
pabristow
a51769477c Corrected copy'n'paste err in test description, but this does not explain my fails on https://www.boost.org/development/tests/develop/output/Marshall-ASAN-boost-bin-v2-libs-math-test-ooura_fourier_integral_test-test-clang-darwin-asan-debug-cxxstd-17-iso-link-static-threading-multi-visibility-hidden.html but last jun is 30 Jun so may be corrected by now. 2019-07-05 14:23:45 +01:00
pabristow
8585a32b36 [CI SKIP] fixed unexpected char 2 in output examples (was interpreteting slash in pi/(2e) as a Quickbook control char) by making it a verbatim block with ``s 2019-07-05 10:01:39 +01:00
pabristow
9ca9ff6b17 Add three ooura fourier integral tests to the jamfile so that the testers can run.
But may remove once they have cycled on most platforms?
2019-07-04 17:05:52 +01:00
pabristow
fb93f69acb [CI SKIP] added 3 examples of using fourier integrals, providing Quickbook code snippets for docs. 2019-07-04 16:15:35 +01:00
pabristow
74c0de2f01 Three fourier integrals examples - work-in-progress 2019-07-03 18:14:20 +01:00
pabristow
d41bc9d068 Added a caution about loss of precision converting double to multiprecision types. 2019-07-03 09:25:58 +01:00
pulver
95defb67df Add make_ftuple(), digamma(), lgamma(), tgamma(), doc/test updates. (#218)
Improve tests and coverage. C++11/14 support. (@kedarbhat)
2019-06-25 17:31:48 -07:00
pabristow
a52f16bafe Improvments to distribution construction examples, now using cpp_bin_float rather than cpp_dec_float but values computed differ and Wolfram wont computer the examples used, only allowing integral parameters for PDF, so better to use normal distribution [CI SKIP] 2019-06-03 17:44:24 +01:00
pabristow
02ff33c49a Several broken/missing links corrected, and lambert_w_errors_graph.cpp added. Passes local inspect.exe except on link to Boost.Test floating point that may work when built in situ. [CI SKIP] for now. 2019-05-30 16:55:15 +01:00
pabristow
2579514f00 Comment out to remove unnecessary run of fft_sines_table.cppthat only creates a table of sines for a documentation example. [CI SKIP] 2019-05-28 15:35:09 +01:00
pabristow
129daa914f improvement to multiprecision sines_table example 2019-05-08 11:47:50 +01:00
John Maddock
067e778d75 Merge branch 'autodiff' of https://github.com/pulver/math into autodiff 2019-04-23 18:04:27 +01:00
jzmaddock
5a2cc1c56b Explicit examples in Jamfile weren't actually explicit, fix that. 2019-03-25 19:04:02 +00:00
Nick Thompson
673d7a876d Remove unused variable. [CI SKIP] 2019-03-02 11:35:04 -07:00
pulver
4d8622d9bd Merge branch 'develop' into autodiff 2019-02-16 15:06:12 -05:00
Matt Pulver
1bf3ba6bd2 Fix example compiler requirements. Add <toolset>gcc-mingw:<cxxflags>-Wa,-mbig-obj to test/Jamefile.v2. Minor doc/code updates. 2019-02-14 10:54:42 -05:00
Matt Pulver
9418a4e2d4 Doc: Add sections Migrating Code, and Function Writing Guidelines. Additional math function overloads: acosh, asinh, atanh, cosh, erf, lambert_w0, sinc, sinh, tanh. Attempt to fix appveyor errors. 2019-02-12 07:43:04 -05:00