No-STD fixed-point implementation of trigonometric functions in Rust.
It utilizes the fixed library to allow flexibility in fixed point sizes and precisions.
The package.
The documentation.
Release notes are found under RELEASES.md.
The library currently implements sin
, cos
and atan
for real fixed-point numbers.
It also has a utility functions powi
and complex::powi
.