Problem: outer product

Code: outer+product/tails_1643965098

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)


(implicit map):[int] 
    `/ (chunks of):[[int]] 
        ~ (auto = 2):auto 
        . (map):[int] 
            `/ (chunks of):[[int]] 
                ~ (auto = 2):auto 
                ! (zip with):[int] 
                    _ (= ints):[int] 
                    `@ (to base):[int] <--arg( A:int ) 
                        6 (integer):int 
                        765259900 (integer):int 
                    = (zipop: subscript):null 
            `* (product):int <--arg( B:[int] ) 
                $ (= B):[int] 
    / (foldr1):int <--arg( D:[int] C:[int] ) 
        $ (= D):[int] 
        - (subtract):int <--arg( F:int E:int ) 
            (implicit arg = F):int 
            (implicit arg = E):int 

Back to the index