[dependencies.hexf]
version = "0.2"
[lib]
doctest = false
name = "libm_ext"
path = "src/lib.rs"
[package]
authors = ["tangxiangong <tangxiangong@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics"]
description = "An extension to libm providing essential mathematical special functions."
edition = "2024"
keywords = ["math", "scientific", "libm", "extension", "special-functions"]
license = "MIT OR Apache-2.0"
name = "libm-ext"
readme = "README.md"
repository = "https://github.com/tangxiangong/libm-ext"
version = "0.0.2"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "./docs-header.html"]