This website requires JavaScript.
Explore
Help
Sign In
Gitlink
/
forgeplus-react
Watch
0
Star
0
Fork
You've already forked forgeplus-react
37
Code
Issues
Pull Requests
5
Releases
1
Wiki
Activity
2d26b20d00
forgeplus-react
/
node_modules
/
@antv
/
util
/
lib
/
math
/
mod.js
5 lines
82 B
JavaScript
Raw
Blame
History
var
mod
=
function
mod
(
n
,
m
)
{
return
(
n
%
m
+
m
)
%
m
;
}
;
module
.
exports
=
mod
;
Reference in New Issue
View Git Blame
Copy Permalink