trig-const 0.3.0

Const trig functions in Rust
Documentation
[dependencies]

[[example]]
name = "std_cmp"
path = "examples/std_cmp.rs"

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

[package]
authors = ["Michael Ciraci <michaelciraci@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "no-std"]
description = "Const trig functions in Rust"
documentation = "http://docs.rs/trig-const"
edition = "2021"
homepage = "https://github.com/michaelciraci/trig-const"
keywords = ["const", "trig", "no_std"]
license = "MIT"
name = "trig-const"
readme = "README.md"
repository = "https://github.com/michaelciraci/trig-const"
rust-version = "1.85.0"
version = "0.3.0"

[[test]]
name = "brute"
path = "tests/brute.rs"