One Animation Logo

REPOS

APIDOCS

mymath.arithmetics.mod

This module implements some simple math functions

add subtract multiply divide

Module Contents

Functions

mod(x, y)

Returns mod of the two numbers

mymath.arithmetics.mod.mod(x: int, y: int)

Returns mod of the two numbers