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


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


apl>)copy cap2/handbook/wksp/df float format


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


apl>)copy cap2/handbook/wksp/su scale


apl>float 876

-2 876 0 0

apl>float -1.2345

-2 -1 -2345000 0

apl>float 1e20

0 1000000 0 0

apl>float -2 3 1415926 5358979

-2 3 1415926 5358979

apl>11 6 F scale 6 alprec 1234.1234567890

1234.123457

apl>format 0 222 3333333 4444444 5555555

222 3333333 4444444 5555555.

apl>format -2 -12345 -6789012 -3456789

-12345.6789012 3456789 

apl>format -3 76543 2109876 5432109

0.0076543 2109876 5432109 

apl>format -5 74

0.0000000 0000000 0000000 0000000 0000074 

apl>)off

[ RETURN TO DIRECTORY ]