Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
boostorg/math
Pull Requests
Commits
gcd_cpp14
1120
1203
ci_dep
concepts
cuda
develop
dirichlet
dist_audit
fix_ci
formatting
gcd_cpp14
gh-pages
gpu
heuman_lambda_precision
improve_coverage_3
integrate_1251
integration_check_do_not_merge
intel
issue184_2024
issue724
issue754
issue935
issue1171
issue1198
issue1247
issue1252
issue1348
landau
master
modules_test_1
new_cuda
polynomial_roots_via_companion
pow1p
ppc
primes_jm_experimental
remove_sinc_overload
scipy21725
Fix gcd tests and code for clang on Linux
jzmaddock
committed
8 years ago
fafda317
GCD: Don't enable variadics unless the compiler supports them.
jzmaddock
committed
8 years ago
82e39490
Add rational and multiprecision types to common_factor_test.cpp.
jzmaddock
committed
8 years ago
c1ab95b6
Update performance test code to work with latest gcd.
jzmaddock
committed
8 years ago
e731cc8c
Fix for expression template types.
jzmaddock
committed
8 years ago
70e82419
Add variadic gcd and lcm variations, update tests to match.
jzmaddock
committed
8 years ago
f74da283
Make gcd/lcm functions constexpr and noexcept where applicable.
jzmaddock
committed
8 years ago
e71629f1
Remove dead code orphaned by previous commits.
jzmaddock
committed
8 years ago
8ee33649
Tighten up polynomial-GCD algorithm selection.
jzmaddock
committed
8 years ago
5ca0e2ea
Remove SFINAE-logic and replace with simpler numeric_limits based algorithm selection.
jzmaddock
committed
8 years ago
8e98f30c
Reinstate gcd of rational numbers.
jzmaddock
committed
8 years ago
39006eca
Disable test case which invokes undefined behaviour
jzmaddock
committed
8 years ago
141fcf0b
Merge branch 'gcd_polynomial' into gcd_cpp14
jzmaddock
committed
8 years ago
7795ad3f
gcd: add the function objects back.
jzmaddock
committed
8 years ago
9d0dac1d
Make gcd/lcm independent of type_traits and mpl.
jzmaddock
committed
8 years ago
e4c0fdb0
Fix cases where wchar_t is not an intrinsic type.
jzmaddock
committed
8 years ago
8c9709b3
Doc update of TODO list.
jzmaddock
committed
8 years ago
47714b4e
Merge pull request #56 from NAThompson/patch-2
jzmaddock
committed
8 years ago
f35a3551
Update history and regenerate docs for 1.64.
jzmaddock
committed
8 years ago
b0b08107
Remove finished TODO list entries
NAThompson
committed
8 years ago
fa4dd6ff
Remove unneeded parameters in new beesel J/K code.
jzmaddock
committed
8 years ago
4c19a1ec
Update docs for new Bessel K0 and K1 approximation code.
jzmaddock
committed
8 years ago
38eb9d3e
Reorder some declarations to keep GCC happy.
jzmaddock
committed
8 years ago
fe66909b
Add improved approximations for K0 and K1.
jzmaddock
committed
8 years ago
7922883e
Improve constant initialization for I0 and I1.
jzmaddock
committed
8 years ago
2dc47a63
Update I0 and I1 to use better approximations from Pavel Holoborodko
jzmaddock
committed
8 years ago
cc8e300b
return 0 to T(0) in float_distance changed because fixed-point requires explicit construction
pabristow
committed
9 years ago
78320adb
Changes to call correct error handlers in C99 annex F cases.
jzmaddock
committed
9 years ago
1844134d
Update documentation history.
jzmaddock
committed
9 years ago
d41bccef
Fix missing arguments.
jzmaddock
committed
9 years ago
383c0244
Older