diff --git a/src/lib.rs b/src/lib.rs index 1624b7a..f7085f0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! # lambert_w +//! # Overview //! //! Fast and accurate evaluation of the real valued parts of the principal and secondary branches of the [Lambert W function](https://en.wikipedia.org/wiki/Lambert_W_function) //! with the method of Toshio Fukushima \[[1](#references)\]. @@ -108,7 +108,7 @@ //! DOI: [10.13140/RG.2.2.30264.37128](https://doi.org/10.13140/RG.2.2.30264.37128). //! November 2020. //! -//! [⬆️ Back to top](#lambert_w). +//! [⬆️ Back to top](#overview). #![cfg_attr(not(feature = "std"), no_std)] #![forbid(unsafe_code)]