| Crates.io | levitate |
| lib.rs | levitate |
| version | 0.1.2 |
| created_at | 2022-04-12 12:58:33.561974+00 |
| updated_at | 2022-09-30 06:57:07.657446+00 |
| description | Just works solution to numbers, mainly aimed at floats and mathematical use cases. |
| homepage | |
| repository | https://github.com/unic0rn9k/levitate |
| max_upload_size | |
| id | 566417 |
| size | 21,898 |
Bellow an example of eulers identity is shown.
e^(i * pi) = -1
use levitate::*;
assert_eq!(
im(std::f32::consts::PI).exp_().re,
-1.
);
Heavy inspiration has been taken from crates listed bellow.
License: MIT