Numbers GitHub Workflow Status

Example

Bellow an example of eulers identity is shown.

e^(i * pi) = -1

```rust use num::*;

asserteq!( im(std::f32::consts::PI).exp().re, -1. ); ```

Thanks

Heavy inspiration has been taken from crates listed bellow.