From 84d0500a5edc5131a8d6683f47d7af78ca095bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= <44257381+JSorngard@users.noreply.github.com> Date: Sun, 28 Jul 2024 22:26:56 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 884b5e7..8b10d44 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Fast 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) using the [method of Toshio Fukushima](https://www.researchgate.net/publication/346309410_Precise_and_fast_computation_of_Lambert_W_function_by_piecewise_minimax_rational_function_approximation_with_variable_transformation) to either 24 or 50 bits of accuracy. -This method uses a piecewise minimax rational approximation of the function. +This method uses a piecewise minimax rational function approximation. ## Examples