Luhn algorithm in F#
{ Posted on Apr 15 2009 by claudio }
The Luhn algorithm is a simple error detection formula based on the modulus operator which is widely used to validate credit card numbers or Canadian Social Insurance Numbers.
This checksum function can detect any single-digit error and operates verifying the number ...Read More »



