Skip to content

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

License

Notifications You must be signed in to change notification settings

ErikBuer/Mixed-Num

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages