diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-03-11 12:22:27 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-03-11 12:22:27 +0100 |
| commit | 5ce2a006b6d45d29be15e4562ae3ab4fc1b8e97c (patch) | |
| tree | 454b25e04530adcdf08a161e1ab09abb33c0644c /src/library/math/mod.rs | |
| parent | e6b532391deb1e30dc356c4d20dd48199f748f29 (diff) | |
Consistent block naming
Diffstat (limited to 'src/library/math/mod.rs')
| -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. |
