Content deleted Content added
→Description: clarified what variable s is for |
→Description: grammar |
||
Line 11:
# 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 \operatorname{mod} 10)) \operatorname{mod} 10</math>, where s is the sum from step 3. This is the
=== Example for computing check digit ===
|