fastnum 0.7.4

Fast decimal numbers library
Documentation
1
2
3
4
5
use core::ops::{Mul, MulAssign};

use crate::bint::{impls::ops::mul::mul_impl, Int};

mul_impl!(Int, I);