about summary refs log tree commit diff stats
path: root/apl/dyalog/MakeNormalArray.aplf
blob: 18ca88b8f91c6ca59a2306044ec40ee4d3c4ca63 (plain) (blame)
1
2
3
4
5
6
7
8
 MakeNormalArray{
    ⍝ ⍵ is the shape of the array
     U1?0
     U2?0
     S(¯2×⍟U1)*0.5
     C22×○U2
     C×S
 }