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):int 
    . (map):[int] 
        `/ (chunks of):[[int]] 
            ~ (auto = 2):auto 
            _ (= ints):[int] 
        `/ (special folds):int <--arg( A:[int] ) 
            $ (= A):[int] 
            ^ (foldop: pow):null 
    `^ (bit xor):int <--arg( C:int B:int ) 
        (implicit arg = C):int 
        (implicit arg = B):int 

Back to the index