[go: up one dir, main page]

pxfm 0.1.27

Fast and accurate math
Documentation
[dependencies.num-traits]
version = "0.2.3"

[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"
include = ["/src/", "/README.md", "/LICENSE.md", "/LICENSE-APACHE.md"]
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.27"

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

[profile.dev.package.bessel]
opt-level = 3