Metropoli BBS
VIEWER: sam043.txt MODE: TEXT (ASCII)
apl>" sam043.txt


apl>1 2 3X4 5 6

4 10 18

apl>3+4 5 6

7 8 9

apl>2 3+4 5 6

2 3+4 5 6
   ^ 17 - dyadic function arguments are not conformable.

apl>" residue examples:


apl>1|2.385

 .385

apl>0|5.8

5.8

apl>-3|-3 -2 -1 0 1 2 3

0 -2 -1 0 -2 -1 0

apl> 3|-3 -2 -1 0 1 2 3

0 1 2 0 1 2 0

apl>)off

[ RETURN TO DIRECTORY ]