module MoreMath::StringNumeral::Functions

def StringNumeral(other, alphabet = 'a'..'z')

def StringNumeral(other, alphabet = 'a'..'z')
  ::MoreMath::StringNumeral.from(other, alphabet)
end