From 6b4ffe3814dcc9acb7478c61a1054ca6c0bf1052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= <44257381+JSorngard@users.noreply.github.com> Date: Sat, 23 Nov 2024 18:33:38 +0100 Subject: [PATCH] Add Lambert W function to list of special functions in crate docs --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 4ee752c7..c3e96674 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -34,6 +34,7 @@ //! - Error //! - Incomplete Gamma //! - Incomplete Beta +//! - Lambert W //! - Automatic Differentiation //! - [Taylor mode forward AD](structure/ad/index.html) //! - Numerical Utils