Skip to content

Just works solution to numbers, mainly aimed at floats and mathematical use cases.

License

Notifications You must be signed in to change notification settings

unic0rn9k/levitate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numbers GitHub Workflow Status

Example

Bellow an example of eulers identity is shown.

e^(i * pi) = -1

use levitate::*;

assert_eq!(
    im(std::f32::consts::PI).exp_().re,
    -1.
);

Thanks

Heavy inspiration has been taken from crates listed bellow.

License: MIT

About

Just works solution to numbers, mainly aimed at floats and mathematical use cases.

Topics

Resources

License

Stars

Watchers

Forks

Languages