levitate

Crates.iolevitate
lib.rslevitate
version0.1.2
sourcesrc
created_at2022-04-12 12:58:33.561974
updated_at2022-09-30 06:57:07.657446
descriptionJust works solution to numbers, mainly aimed at floats and mathematical use cases.
homepage
repositoryhttps://github.com/unic0rn9k/levitate
max_upload_size
id566417
size21,898
Aksel? (unic0rn9k)

documentation

README

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

Commit count: 43

cargo fmt