Function
log2
Computes logarithm of base 2 for integer types
unsigned int log2(i)
Parameters
i
An integer type.
Return Values
The largest integer smaller or equal than the logarithm of i.
SeqAn - Sequence Analysis Library - www.seqan.de