jzmaddock
|
81cfd85df5
|
Begin to systematically remove direct use of lexical_cast in favour of existing abstractions.
|
2022-01-16 17:36:50 +00: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>
|
2020-11-16 11:52:28 -05: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 |
|
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 |
|
Matt Pulver
|
b7ea8cef5c
|
Revert test_autodiff_4 - these two tests break test_autodiff_3. Attempt to fix asinh() test that fails on gcc-mingw for unknown reason.
|
2019-02-23 11:56:16 -05:00 |
|
Matt Pulver
|
fd1262bdcf
|
Move 2 test_autodiff_4 tests back into test_autodiff_3.
|
2019-02-22 18:05:43 -05:00 |
|
Matt Pulver
|
418887e137
|
Move round_and_trunc and iround_and_itrunc tests from _4 to _3. Drop lambert_w0 test.
|
2019-02-21 08:51:13 -05:00 |
|
Matt Pulver
|
7fb4062e97
|
Split autodiff tests into 4 files due to mingw 'too many sections'. Comment out unused #include <boost/multiprecision/cpp_bin_float.hpp> (tested in examples).
|
2019-02-18 18:40:26 -05:00 |
|
Matt Pulver
|
992b6aae15
|
Split autodiff tests into 3 files due to mingw 'too many sections'. Doc: improve General Functions subsection.
|
2019-02-17 11:14:08 -05:00 |
|