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 SourceSpecs
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 SourceSpecs
mod([Integer.t()], Integer.t(), [Integer.t()], Boolean.t()) :: Integer.t()