Operators and Functions: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
(Operator table)
mNo edit summary
Line 50: Line 50:
| <source lang=apl inline>f¨g</source>  ||colspan=2| [[Over|Composition]]
| <source lang=apl inline>f¨g</source>  ||colspan=2| [[Over|Composition]]
|-
|-
| <source lang=apl inline>f/</source>  ||                            || Dyadic Reduction ([[Windowed Reduction]])
| <source lang=apl inline>f/</source>  ||                            || (Windowed) [[Windowed Reduction|Reduction]]
|-
|-
| <source lang=apl inline>f\</source>  ||                            || Dyadic Scan
| <source lang=apl inline>f\</source>  ||                            || (Windowed) Scan
|-
|-
| <source lang=apl inline>f⌿</source>  ||                            || Dyadic Reduction ([[Windowed Reduction]])
| <source lang=apl inline>f⌿</source>  ||                            || (Windowed) [[Windowed Reduction|Reduction]]
|-
|-
| <source lang=apl inline>f⍀</source>  ||                            || Dyadic Scan
| <source lang=apl inline>f⍀</source>  ||                            || (Windowed) Scan
|-
|-
| <source lang=apl inline>f∆</source>  || Derivative                || Difference
| <source lang=apl inline>f∆</source>  || Derivative                || Difference

Navigation menu