Cldr.Math.div_mod

You're seeing just the function div_mod, go back to Cldr.Math module for more information.

Specs

div_mod(integer(), integer()) :: {integer(), integer()}

Returns the remainder and dividend of two integers.