Problem: numof 1 bits in 0 to 255

Code: numof+1+bits+in+0+to+255/tails_1645105842

Nibbles version: 0.2 | 0.21 | 0.22 | 0.23 | 0.24 | 0.25 | 1.00

Format: Compact | Simple | +Type | Table | JSON | .nbl (DeBruijn) | .nbl (names)


+ (concat) 
    . (map) 
        `, (range from 0) 
            256 (integer) 
        `p (int to str) <--arg( A ) 
            + (sum) 
                `@ (to base) 
                    2 (integer) 
                    (implicit arg = A) 

Back to the index