reckoner 0.3.0

A high level arbitrary precision arithmetic library supporting integer and rational numbers.
Documentation
1
2
3
4
5
6
use crate::integer::Integer;
use core::ops::Sub;

// Sub          The subtraction operator -.

{}