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

Module and Crate Description #389

Closed Marvin-Beckmann closed 1 year ago

Marvin-Beckmann commented 1 year ago

Description

Previously opening the documentation did not provide an introduction to the general library. This PR adds introductiory texts to the start of the documentation and each of the three modules integer, integer_mod_q, rational.

Checklist: