stator
stator copied to clipboard
A compile-time Computer Algebra System (CAS) library (with some geometry)
Results
1
stator issues
Sort by
recently updated
recently updated
newest added
The following call never returns: ```cpp sym::solve_real_roots(sym::Polynomial {1, 0, 0, 1, 1}); ``` I tested with other quartic polynomials as well, and the crash seems to always happen when the...