fixed_trigonometry 0.1.2

Fixed point numerical approimations to trigonometric functions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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`.