Problem: numof 1 bits in 0 to 255

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

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)


* (join) 
    ;@ (= sndLine) 
    . (map) 
        `, (range from 0) 
            ch (chr) 
                ~ (auto = 256) 
        + (sum) <--arg( A ) 
            `@ (to base) 
                2 (integer) 
                (implicit arg = A) 

Back to the index