Description
Provides functions for calculating logarithms on integer values. This is useful when code needs integer-only math, size calculations, number formatting, or algorithms that avoid floating-point rounding.
It is aimed at developers writing numeric, cryptographic, data-structure, or performance-sensitive Haskell code. It is a library dependency and does not provide an interactive calculator.