# Functions
Abs implement the abs function according to http://cavaliercoder.com/blog/optimized-abs-for-int64-in-go.html.
StrLenOfInt64Fast efficiently calculate the string character lengths of an int64 as input.
StrLenOfUint64Fast efficiently calculate the string character lengths of an uint64 as input.