mixed-num

Crates.iomixed-num
lib.rsmixed-num
version0.5.5
sourcesrc
created_at2022-01-02 18:50:40.544008
updated_at2022-04-22 06:14:08.225214
descriptionA trait for generic implementations of numerical methods.
homepage
repositoryhttps://github.com/ErikBuer/Mixed-Num
max_upload_size
id506664
size157,831
Erik Buer (ErikBuer)

documentation

README

Mixed Num

No-STD abstraction layer enabling numerical functions to be implemented once, and simultaneously support both real and complex numbers with, int, fixed and floating point types.

The library supplies complex structs Polar<T> and Cartesian<T> with no-std implementation of math traits, including MixedNum traits.

Some interoperability with num::Complex is implemented.

This is an experimental library.

This library support fixed point numbers using the fixed crate. It uses num for floating point generics.

The package.

The documentation.

Release notes are found under RELEASES.md.

Commit count: 117

cargo fmt