Beta
Clip01
Compute the number of bits set to 1 in an integer.
Examples
>>> import openturns as ot >>> int(ot.SpecFunc.BitCount(42)) 3