Add multiple precision unsigned integer module

This commit is contained in:
2016-11-30 20:24:51 +01:00
parent b752acdff7
commit 965ca0088e
2 changed files with 568 additions and 0 deletions

View File

@ -10,6 +10,8 @@
*/
module tanya.math;
public import tanya.math.mp;
version (unittest)
{
import std.algorithm.iteration;