trig 0.3.0

Complete set of trigonometric and hyperbolic functions in Rust.
Documentation
[dev-dependencies.numtest]
version = "0.4.0"

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

[package]
authors = ["Tamas Kis"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Complete set of trigonometric and hyperbolic functions in Rust."
documentation = "https://docs.rs/trig"
edition = "2024"
exclude = [".github/", ".vscode/", "book/", ".gitignore", "Cargo.lock"]
license = "MIT OR Apache-2.0"
name = "trig"
readme = "README.md"
repository = "https://github.com/tamaskis/trig"
version = "0.3.0"

[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "src/docs-header.html"]