qfall / math

Library providing mathematical basics in Rust. The library is based on FLINT.
Mozilla Public License 2.0
20 stars 2 forks source link

Make `Q::simplify` more viable #412

Closed jnsiemer closed 1 month ago

jnsiemer commented 2 months ago

Description

The function simplify is capable of more than we thought. This PR makes sure that any developer is aware of the possibility to use it as a trade-off between precision and memory usage.

This PR implements...

for Q.

Testing

Checklist: