Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 328 Bytes

File metadata and controls

16 lines (8 loc) · 328 Bytes

Modulo

Returns the remainder of division of a and b.

c = a % b

Types