diff -r 3b05a8b45b95 -r f67949050a32 src/dist.rs --- a/src/dist.rs Tue Oct 22 08:27:45 2024 -0500 +++ b/src/dist.rs Tue Oct 22 08:39:46 2024 -0500 @@ -1,3 +1,6 @@ +/*! +Implementations of the distance function and the distance function squared, on manifolds. +*/ use alg_tools::mapping::Apply; use crate::manifold::ManifoldPoint;