[dependencies.num-traits]
version = "0.2"
[lib]
name = "pxfm"
path = "src/lib.rs"
[package]
authors = ["Radzivon Bartoshyk"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics"]
description = "Fast and accurate math"
documentation = "https://github.com/awxkee/pxfm"
edition = "2024"
exclude = ["*.jpg", "./assets/*", "*.png", "./notes/*", "notes/", ".github/"]
keywords = ["libm", "math"]
license = "BSD-3-Clause OR Apache-2.0"
name = "pxfm"
readme = "README.md"
repository = "https://github.com/awxkee/pxfm"
rust-version = "1.85"
version = "0.1.12"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[profile.dev.package.bessel]
opt-level = 3