Add multiple precision unsigned integer module
This commit is contained in:
@ -10,6 +10,8 @@
|
||||
*/
|
||||
module tanya.math;
|
||||
|
||||
public import tanya.math.mp;
|
||||
|
||||
version (unittest)
|
||||
{
|
||||
import std.algorithm.iteration;
|
||||
|
Reference in New Issue
Block a user