const-trig 0.0.2

Rust crate providing const trig functions
1
2
3
4
5
6
7
8
9
10
11
12
[package]
categories = ["algorithms", "mathematics", "no-std"]
description = "Rust crate providing const trig functions"
edition = "2021"
exclude = ["src/main.rs", ".idea", ".gitignore"]
keywords = ["trig", "trigonometry", "const", "sin", "cos"]
license = "GPL-3.0"
name = "const-trig"
readme = "README.md"
repository = "https://github.com/Roman-Tarasenko-27/const-trig"
resolver = "2"
version = "0.0.2"