Skip to content

Commit

Permalink
Title docs with overview instead of repeating crate name
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Dec 13, 2024
1 parent 3eaae73 commit 0fd11fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -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)\].
Expand Down Expand Up @@ -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)]
Expand Down

0 comments on commit 0fd11fa

Please sign in to comment.