bran v0.1.2 BRAN.DigitCalculator View Source

Documentation for BRAN.DigitCalculator.

Link to this section Summary

Link to this section Functions

Link to this function

calc_numbers(account_number, weights, sum_result_when_greater_than_9 \\ false)

View Source

Specs

calc_numbers([Integer.t()], [Integer.t()], Boolean.t()) :: Integer.t()
Link to this function

mod(full_account_number, mod_factor, weights, sum_result_when_greater_than_9 \\ false)

View Source

Specs

mod([Integer.t()], Integer.t(), [Integer.t()], Boolean.t()) :: Integer.t()