simple_mod_int 0.1.2

A simple modint library
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "simple_mod_int"
version = "0.1.2"
edition = "2021"
keywords = ["mod", "int", "math", "integer"]
description = "A simple modint library"
license = "MIT"
repository = "https://github.com/misty1999/simple_mod_int"

[dependencies]
num-traits = "0.2"