trig 0.1.1

Complete set of trigonometric functions in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dev-dependencies.numtest]
version = "0.1.6"

[package]
authors = ["Tamas Kis"]
description = "Complete set of trigonometric functions in Rust."
documentation = "https://docs.rs/trig"
edition = "2021"
exclude = ["Cargo.lock", ".github/", ".vscode/", ".gitignore"]
license = "MIT OR Apache-2.0"
name = "trig"
readme = "README.md"
repository = "https://github.com/tamaskis/trig"
version = "0.1.1"

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