3 releases
0.1.2 | Sep 30, 2022 |
---|---|
0.1.1 | Apr 27, 2022 |
0.1.0 | Apr 12, 2022 |
#893 in Math
Used in slas
21KB
549 lines
Numbers
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
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.