Open Issues Need Help
View All on GitHub Add real_t and prec_t data types about 2 months ago
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