Cldr.Math.div_amod

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

Specs

div_amod(integer(), integer()) :: {integer(), integer()}

Returns the adjusted remainder and dividend of two integers.

This version will return the divisor if the remainder would otherwise be zero.