Vtc.Utils.Rational.divrem

You're seeing just the function divrem, go back to Vtc.Utils.Rational module for more information.

Specs

divrem(t(), t()) :: {integer(), t()}

Does the divrem operation on a rational vale, returns a {whole_dividend, rational_remainder} tuple.