Content deleted Content added
Leopardessa (talk | contribs) →Uses: I added information about the use of the Luhn algorithm for validating Italian VAT numbers. |
→Description: The previous formula does not match the formula used in the example calculation. |
||
Line 10:
# With the payload, start from the rightmost digit. Moving left, double the value of every second digit (including the rightmost digit).
# Sum the values of the resulting digits.
# The check digit is calculated by <math>(10 - (s \bmod 10))
=== Example for computing check digit ===
|