g.js
— graphical objects for JavaScript
Home
Get Started
Reference
About
Get started
Installation
Quick Start
Guides
Vector Graphics
Imaging
Geometry
Color
Lists
Math
Data
String
Animation
mod
Calculate the modulo by dividing two numbers and keeping the remainder.
g.mod(5, 3);
See Also
divide
: Divide two numbers
Related Guides
Math