Metropoli BBS
VIEWER: sam143.txt MODE: TEXT (ASCII)
apl>" <------------------------- sam143.txt ---------------------------->


apl>)copy cap2/handbook/wksp/ac add can


apl>)copy cap2/handbook/wksp/df fadd fix float format fsub


apl>)copy cap2/handbook/wksp/pr rounds


apl>format L#a#0 47152 2357206

0 47152 2357206

47152 2357206.

apl>format L#a fsub b#0 222 3333333 4444444 5555555

0 -222 -3333333 -4397292 -3198349

-222 3333333 4397292 3198349.

apl>format L#a fsub c#-2 12345 6789012 3456789

0 47152 2344861

47152 2344861.

apl>format L#c fsub d#-3 76543 2109876 5432109

-2 12345 6712469 1346913

12345.6712469 1346913 

apl>format b

222 3333333 4444444 5555555.

apl>format c

12345.6789012 3456789 

apl>format d

0.0076543 2109876 5432109 

apl>)off

[ RETURN TO DIRECTORY ]