A C++ testing framework designed for scientific software.

benchmarking error-estimation testing testing-framework unit-testing
1 Open Issue Need Help Last updated: Jul 6, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement `real_t` and `prec_t` data types throughout the Chebyshev C++ testing framework. `real_t` will represent real numbers used as function inputs/outputs (defaulting to `double`), while `prec_t` will handle higher-precision computations (defaulting to `long double`), potentially allowing for arbitrary-precision using external libraries. This requires modifying existing code to use these new types and potentially adding support for external arbitrary-precision libraries.

Complexity: 4/5
good first issue

A C++ testing framework designed for scientific software.

C++
#benchmarking#error-estimation#testing#testing-framework#unit-testing