unic0rn9k / levitate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Rust 100.0%