No-STD fixed-point implementation of trigonometric functions in Rust.
It utilizes the [fixed](https://crates.io/crates/fixed) library to allow flexibility in fixed point sizes and precisions.
The [package](https://crates.io/crates/fixed_trigonometry).
The [documentation](https://docs.rs/fixed_trigonometry/).
Release notes are found under RELEASES.md.
The library currnetly implements sin cos and atan for fixed-point numbers.