Description
Provides functions for integer roots and perfect-power checks. These operations help Haskell code work with exact whole-number math without converting through floating-point values.
It is useful in numeric libraries, algorithms, validation code, and math-heavy applications. It is a programming library and has no standalone user interface.