mirror of
https://github.com/boostorg/integer.git
synced 2026-05-04 11:54:13 +02:00
[ci skip] Use less verbose naming. Add asserts as verfication of algorithms is a negligible fraction of total runtime. Use boost::multiprecision::powm and boost::multiprecision::sqrt rather than one-offs.
This commit is contained in:
+1
-2
@@ -18,8 +18,7 @@ test-suite integer
|
||||
[ run static_min_max_test.cpp ]
|
||||
[ run discrete_log_test.cpp ]
|
||||
[ run extended_euclidean_test.cpp ]
|
||||
[ run modular_exponentiation_test.cpp ]
|
||||
[ run modular_multiplicative_inverse_test.cpp ]
|
||||
[ run mod_inverse_test.cpp ]
|
||||
[ compile integer_traits_include_test.cpp ]
|
||||
[ compile integer_include_test.cpp ]
|
||||
[ compile integer_mask_include_test.cpp ]
|
||||
|
||||
Reference in New Issue
Block a user