Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/JavaScript
/
Class
Maths/ModularArithmetic.js:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
*/
9
10
export
class
ModRing {
11
constructor(MOD) {
12
this.MOD = MOD
13
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected