# Fixed Trigonometry
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.
## Functionality
The library currently implements `sin`, `cos` and `atan` for real fixed-point numbers.
It also has a utility functions `powi` and `complex::powi`.