Natural number logarithm
This file defines log b n, the logarithm of n with base b, to be the largest k such that
b ^ k ≤ n.
data.nat.log
This file defines log b n, the logarithm of n with base b, to be the largest k such that
b ^ k ≤ n.