Problem: XOR Exponents

Code: XOR+Exponents/tails_1668839533

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)


/ (foldr1) 
    . (map) 
        `/ (chunks of) 
            ~ (auto = 2) 
            _ (= ints) 
        `/ (special folds) <--arg( A ) 
            $ (= A) 
            ^ (foldop: pow) 
    `^ (bit xor) <--arg( C B ) 
        (implicit arg = C) 
        (implicit arg = B) 

Back to the index