Composition: Difference between revisions

From NARS2000
Jump to navigationJump to search
(Blanked the page)
No edit summary
Line 1: Line 1:
 
<table border="1" cellpadding="5" cellspacing="0" rules="none" summary="">
<tr>
  <td>
    <table border="0" cellpadding="5" cellspacing="0" summary="">
    <tr>
      <td valign="top"><apll>Z←L f⍥g R</apll></td>
      <td></td>
      <td></td>
      <td>returns <apll>(g L) f g R</apll>.</td>
    </tr>
    </table>
  </td>
</tr>
<tr>
  <td><apll>L</apll> and <apll>R</apll> are arrays.</td>
</tr>
<tr>
  <td><apll>f</apll> and <apll>g</apll> are functions.</td>
</tr>
</table>

Revision as of 15:49, 3 February 2011

Z←L f⍥g R returns (g L) f g R.
L and R are arrays.
f and g are functions.