bran v0.2.0 BRAN.DigitCalculator View Source

Documentation for BRAN.DigitCalculator.

Link to this section Summary

Link to this section Functions

Link to this function

mod(full_account_number, mod_factor, weights, sum_digits \\ fn stream -> stream end)

View Source

Specs

mod([Integer.t()], Integer.t(), [Integer.t()], Function.t()) :: Integer.t()
Link to this function

mod_simple(full_account_number, mod_factor, weights, sum_digits \\ fn stream -> stream end)

View Source

Specs

mod_simple([integer()], integer(), [integer()], function()) :: integer()