Description Usage Arguments Value Examples
Enter a number, and an existing check digit. Function will return true if the supplied check digit is a correct verhoeff check digit for the given number
1  | verhoeff_validate(number, check_digit)
 | 
number | 
 A numerical input  | 
check_digit | 
 An existing check digit for the input number  | 
Logical vector
1  | verhoeff::verhoeff_validate(123, 3)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.