Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush committed Dec 28, 2023
1 parent 9a589f9 commit e76ffdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/poly/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/// Evaluation domains for polynomials.
pub mod domain;
/// Evaluations of polynomials over domains.
pub mod evaluations;
/// Modules for working with polynomials in coefficient forms.
pub mod polynomial;

0 comments on commit e76ffdc

Please sign in to comment.