lambert_w 0.2.0

Fast and accurate evaluation of the Lambert W function by the method of T. Fukushima.
Documentation
[dependencies]

[dev-dependencies.approx]
version = "0.5.1"

[features]
24bits = []
50bits = []
default = ["24bits", "50bits"]

[lib]
name = "lambert_w"
path = "src/lib.rs"

[package]
authors = ["Johanna Sörngård <jsorngard@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["mathematics"]
description = "Fast and accurate evaluation of the Lambert W function by the method of T. Fukushima."
edition = "2021"
keywords = ["lambert_w", "product_log", "omega_function"]
license = "MIT OR Apache-2.0"
name = "lambert_w"
readme = "README.md"
repository = "https://github.com/JSorngard/lambert_w"
rust-version = "1.65.0"
version = "0.2.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]