luhn_ex icon indicating copy to clipboard operation
luhn_ex copied to clipboard

Luhn algorithm in Elixir

Results 2 luhn_ex issues
Sort by recently updated
recently updated
newest added

FWIW, while I did this I enabled doctests. I noticed that you've got an existing doctest which isn't passing -- 0x1580BB2EA8875 gets treated as the same as 378282246310005, but appears...

Hey, I ran across this error when trying to validate inputs from clients. It turns out people can be quite creative when typing in IMEIs. Your implementation assumes that codepoints...