#numbers #floats #cases #solution #aimed #mainly

nightly levitate

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

3 releases

0.1.2 Sep 30, 2022
0.1.1 Apr 27, 2022
0.1.0 Apr 12, 2022

#892 in Math

Download history 2/week @ 2024-02-16 18/week @ 2024-02-23 14/week @ 2024-03-01 3/week @ 2024-03-08 2/week @ 2024-03-15 7/week @ 2024-03-22 45/week @ 2024-03-29 16/week @ 2024-04-05

68 downloads per month
Used in slas

MIT license

21KB
549 lines

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


lib.rs:

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.

Dependencies