jzmaddock
|
d103e457be
|
Set error rates for Bessel I derivative tests.
|
2014-01-19 16:50:11 +00:00 |
|
jzmaddock
|
be92657667
|
Switch to external template instantiation.
|
2014-01-19 16:47:05 +00:00 |
|
jzmaddock
|
ffa67e7acb
|
Disable testing of out-of-range values.
|
2014-01-19 16:46:21 +00:00 |
|
jzmaddock
|
29a6f932f1
|
Add forward declarations for Bessel derivatives.
|
2014-01-19 16:45:28 +00:00 |
|
jzmaddock
|
d5099fc86a
|
Suppress some msvc warnings.
|
2014-01-19 16:44:49 +00:00 |
|
jzmaddock
|
7c82510c66
|
Merge https://github.com/AntonBikineev/bessel-derivatives into branch bessel-derivatives preserving history as best we can.
|
2014-01-19 13:14:12 +00:00 |
|
jzmaddock
|
431284519f
|
Move directory structure around to match what we need for the merge.
|
2014-01-19 13:06:47 +00:00 |
|
Christopher Kormanyos
|
c63676b055
|
Improve small argument handling in the generic tgamma(). Thereby add new function cbrt_epsilon() in tools/precision.hpp.
|
2014-01-19 13:10:31 +01:00 |
|
Christopher Kormanyos
|
cefd32709c
|
Initial commit of <boost/cstdfloat.hpp>.
|
2014-01-19 13:09:41 +01:00 |
|
Christopher Kormanyos
|
fcbd3d6e25
|
Move <boost/cstdfloat.hpp> to the proper directory.
|
2014-01-19 12:45:53 +01:00 |
|
Christopher Kormanyos
|
572562d271
|
Merge branch 'bernoulli-tgamma' of https://github.com/boostorg/math into bernoulli-tgamma
|
2014-01-19 11:24:20 +01:00 |
|
Christopher Kormanyos
|
b02d5473e8
|
Correct a few typos in doc for <boost/cstdfloat.hpp>.
|
2014-01-19 11:23:22 +01:00 |
|
Christopher Kormanyos
|
5fc976c306
|
Move header <cstdfloat.hpp> to mainstream Boost.
|
2014-01-19 11:22:40 +01:00 |
|
Nikhar Agrawal
|
036945c71f
|
Added work done on polygamma function during GSoC
|
2014-01-19 15:21:34 +05:30 |
|
Christopher Kormanyos
|
68b2228e43
|
Initial commit of cstdfloat.qbk.
|
2014-01-18 21:43:04 +01:00 |
|
Christopher Kormanyos
|
0557af86a3
|
In <cstdfloat.hpp>, add support for the BOOST_NO_FLOAT128_T preprocessor definition.
|
2014-01-18 21:42:23 +01:00 |
|
Christopher Kormanyos
|
9c62c70dff
|
Remove float24_t from <cstdfloat.hpp>. Imrove the preliminary docs.
|
2014-01-18 15:18:55 +01:00 |
|
Christopher Kormanyos
|
3d61999cea
|
A few tweaks in <cstdfloat.hpp> and preliminary text-based docs.
|
2014-01-18 15:05:16 +01:00 |
|
AntonBikineev
|
351d2dd2b4
|
The possibility of calculating logarithm of negative number is removed.
modified: boost/math/special_functions/bessel_derivatives.hpp
|
2014-01-18 18:00:36 +04:00 |
|
jzmaddock
|
ee56e2c03d
|
Fix Student's t example in code and docs.
Update history: we've added new features so go up a version number.
Regenerate docs.
|
2014-01-17 18:48:20 +00:00 |
|
AntonBikineev
|
6ae255595d
|
Tests are seriously expanded by negative values (x2 or x4 times).
modified: libs/math/test/bessel_i_derivative_data.ipp
modified: libs/math/test/bessel_i_derivative_int_data.ipp
modified: libs/math/test/bessel_j_derivative_data.ipp
modified: libs/math/test/bessel_j_derivative_int_data.ipp
modified: libs/math/test/bessel_j_derivative_large_data.ipp
modified: libs/math/test/bessel_k_derivative_data.ipp
modified: libs/math/test/bessel_k_derivative_int_data.ipp
modified: libs/math/test/bessel_y01_derivative_data.ipp
modified: libs/math/test/bessel_yn_derivative_data.ipp
modified: libs/math/test/bessel_yv_derivative_data.ipp
modified: libs/math/test/sph_bessel_derivative_data.ipp
modified: libs/math/test/sph_neumann_derivative_data.ipp
new file: libs/math/tools/bessel_derivative_append_negative.cpp
modified: libs/math/tools/bessel_derivative_data.cpp
modified: libs/math/tools/bessel_derivative_data_from_bessel_ipps.cpp
|
2014-01-17 21:33:37 +04:00 |
|
Christopher Kormanyos
|
deb2daac04
|
In <cstdfloat.hpp> corrected the number of digits in float24_t.
|
2014-01-15 11:38:10 +01:00 |
|
AntonBikineev
|
d861eb75a5
|
Fixed: parsing negative value.
modified: libs/math/tools/bessel_derivative_data_from_bessel_ipps.cpp
|
2014-01-15 11:37:45 +04:00 |
|
Christopher Kormanyos
|
45a097e93b
|
To <cstdfloat.hpp>, add support for tiny floats float16_t and float24_t.
|
2014-01-14 22:40:24 +01:00 |
|
jzmaddock
|
f73aa5baa8
|
Cascade modified stylesheet and change it's name so it doesn't get overwritten again!
|
2014-01-14 19:10:55 +00:00 |
|
jzmaddock
|
8d04137d55
|
Fix some inspection report issues.
|
2014-01-14 17:52:37 +00:00 |
|
jzmaddock
|
103510adbc
|
Merge branch 'bernoulli-numbers' into develop
|
2014-01-14 17:07:03 +00:00 |
|
jzmaddock
|
991dc9ef78
|
Fix typos spotted by Chris.
|
2014-01-14 11:08:52 +00:00 |
|
Christopher Kormanyos
|
93f0d2271c
|
Improve the comments in <ctsdfloat.hpp>.
|
2014-01-13 22:42:44 +01:00 |
|
Christopher Kormanyos
|
a8eff735fd
|
Re-correct the logic of un-defines in <cstdfloat.hpp>.
|
2014-01-13 20:21:33 +01:00 |
|
Christopher Kormanyos
|
cd6f694730
|
Improve clarity of <cstdfloat.hpp>.
|
2014-01-13 20:00:56 +01:00 |
|
jzmaddock
|
341a6a386b
|
Update tgamma/lgamma docs to reflect new Bernoulli-based implementation.
Regenerate docs.
|
2014-01-13 18:25:21 +00:00 |
|
jzmaddock
|
7f23841865
|
Reinstate some customizations that had got lost along the way.
|
2014-01-13 17:59:05 +00:00 |
|
Christopher Kormanyos
|
6855c35598
|
In <cstdfloat.hpp>, add support for __float128 from GCC's libquadmath.
|
2014-01-12 19:35:38 +01:00 |
|
jzmaddock
|
e77a8ac2b2
|
Add back missing file.
|
2014-01-12 18:29:45 +00:00 |
|
jzmaddock
|
f9e211eca5
|
Add generated docs.
|
2014-01-12 18:24:22 +00:00 |
|
jzmaddock
|
b2d6215e75
|
Remove html in preparation for regeneration of new docs.
|
2014-01-12 18:14:38 +00:00 |
|
jzmaddock
|
f8a1b50988
|
Add prime numbers to docs.
Moved the doc structure around a bit.
|
2014-01-12 18:13:40 +00:00 |
|
Christopher Kormanyos
|
83ca3c282b
|
<cstdfloat> now stops at the least of float, double, or long double when querying <float.h>.
|
2014-01-12 15:52:51 +01:00 |
|
AntonBikineev
|
c089c27ce4
|
Chris's comments are applied. Multiple expressions are deleted.
modified: boost/math/special_functions/bessel_derivatives.hpp
modified: boost/math/special_functions/detail/bessel_jy_derivatives_asym.hpp
|
2014-01-12 16:15:47 +04:00 |
|
jzmaddock
|
640d57f44b
|
Update tangent numbers docs and add a couple of equations.
Update equation script to handle input from OpenOffice 4.
|
2014-01-12 10:07:55 +00:00 |
|
Christopher Kormanyos
|
839f605a3f
|
Manual merge of changes from bernoulli-numbers branch to bernoulli-tgamma branch.
|
2014-01-11 21:38:25 +01:00 |
|
jzmaddock
|
d65d281de1
|
Fix some issues in bernoulli docs.
|
2014-01-11 18:59:14 +00:00 |
|
Christopher Kormanyos
|
d6bbde4a84
|
Clean up comments, etc. in preliminary <cstdfloat.hpp>.
|
2014-01-11 12:22:12 +01:00 |
|
Christopher Kormanyos
|
af02c1634e
|
Correct errors found via GCC for AVR tiny 8-bit microcontroller.
|
2014-01-10 23:20:00 +01:00 |
|
Christopher Kormanyos
|
cdc7b3b8cc
|
Improved floating-point type detection for a wider range of compilers.
|
2014-01-10 22:49:32 +01:00 |
|
Christopher Kormanyos
|
caf895fd23
|
Manual merge from bernoulli-numbers branch to bernoulli-tgamma branch.
|
2014-01-10 20:25:15 +01:00 |
|
Christopher Kormanyos
|
16efa7b842
|
Correct the min/max values in the macros.
|
2014-01-10 20:15:09 +01:00 |
|
Christopher Kormanyos
|
e373870c01
|
Preliminary concept implemntation of <cstdfloat>.
|
2014-01-10 19:37:33 +01:00 |
|
Paul Bristow
|
56b4ae4425
|
First revision to docs.
|
2014-01-10 18:12:06 +00:00 |
|