diff options
Diffstat (limited to 'src/library/math')
| -rw-r--r-- | src/library/math/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library/math/mod.rs b/src/library/math/mod.rs index 761b4480..c5b79117 100644 --- a/src/library/math/mod.rs +++ b/src/library/math/mod.rs @@ -1,3 +1,5 @@ +//! Mathematical formulas. + use crate::library::prelude::*; /// A mathematical formula. |
