docs.rs failed to build fixed_trigonometry-0.3.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
fixed_trigonometry-0.4.4
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.
The package.
The documentation.
Release notes are found under RELEASES.md.
Functionality
The library currently implements:
fft/ifftcalculation, for complex fixed-point vectors.sinandcosusing low order polynomails, for real fixed-point numbers.atanusing numerical methods.sqrtusing the Nonlinear IIR Filter (NIIRF) method.powiandcomplex::powicalculation.- no-std utilities for complex numbers.