builtin

The Python builtin functions.

divmod

Division of integer with its residues. divmod(n, m) is equivalent to (n // m, n % m).

service url:
http://nzmath-json.appspot.com/builtin/divmod/n/m/