fixed_trigonometry 0.1.0

No-STD numeric array.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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.

Release notes are found under RELEASES.md

## Functionality

The library currnetly implements sin cos and atan for fixed type numbers.