Sha256: e730eaa74ccb21f43286283942635944e79b5c52aaaecf91ea95ceb71bfed626
Contents?: true
Size: 259 Bytes
Versions: 112
Compression:
Stored size: 259 Bytes
Contents
# Convert a number to a valid number, if it isn't already. luhn <- function() { } # Get the check digit check_digit <- function() { } # Compute the checksum checksum <- function() { } # Determine whether the number is valid. is_valid <- function() { }
Version data entries
112 entries across 56 versions & 1 rubygems