Fixed Trigonometry

No-STD fixed-point implementation of trigonometric functions in Rust.

It utilizes the 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.