amalie 0.1.2

Mathmatical library written for rust and python
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod add;
mod alg;
mod bit;
mod comp;
mod conv;
mod div;
mod mul;
mod sub;
mod zz;

pub use zz::*;

pub use amalie_macros::zz;

#[cfg(feature = "pyo3")]
pub mod py;