mirror of
https://github.com/boostorg/math.git
synced 2026-02-25 16:32:15 +00:00
Simple continued fraction (#377)
* Simple continued fraction [CI SKIP] * Comments on error analysis [CI SKIP] * Simple continued fraction [CI SKIP] * Clarify comment and kick off build.
This commit is contained in:
@@ -894,6 +894,7 @@ test-suite misc :
|
||||
test_tr1_c_long_double
|
||||
]
|
||||
[ run test_constants.cpp : : : [ requires cxx17_if_constexpr cxx17_std_apply ] [ check-target-builds ../config//has_float128 "GCC libquadmath and __float128 support" : <linkflags>-lquadmath ] ]
|
||||
[ run simple_continued_fraction_test.cpp : : : [ requires cxx17_if_constexpr cxx17_std_apply ] [ check-target-builds ../config//has_float128 "GCC libquadmath and __float128 support" : <linkflags>-lquadmath ] ]
|
||||
[ run test_classify.cpp pch ../../test/build//boost_unit_test_framework ]
|
||||
[ run test_error_handling.cpp ../../test/build//boost_unit_test_framework ]
|
||||
[ run legendre_stieltjes_test.cpp ../../test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_range_based_for ] [ check-target-builds ../config//has_float128 "GCC libquadmath and __float128 support" : <linkflags>-lquadmath ] ]
|
||||
|
||||
Reference in New Issue
Block a user