View Source jhn_math (jhn_stdlib v5.0.6)

Misc math functionality.

Summary

Functions

Computes the Levenshtein distance between String1 and String2.

Performs a Steps many left rotation on a 32 bit integer.

Performs a Steps many right rotation on a 32 bit integer.

Functions

-spec levenshtein(string(), string()) -> integer().

Computes the Levenshtein distance between String1 and String2.

Performs a Steps many left rotation on a 32 bit integer.

Performs a Steps many right rotation on a 32 bit integer.