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


apl>" <--- Pi times ---------------------------------------------------->


apl>  O 1 2 .5

3.141593 6.283185 1.570796

apl>" <--- Circular (sin, cos, tan, asin, acos, atan ) ----------------->


apl>  pi # O 1


apl>  -1 O L # 1 O L # pi % 2 3 4

1.570796 1.047198 0.785398

1   .866025    .707107   

1.570796   1.047198   .785398   

apl>  -2 O L # 2 O pi % 2 3 4

0   .5    .707107   

1.570796   1.047198   .785398   

apl>  -3 O L # 3 O pi % 3 4

1.73205   1  

1.047198   .785398   

apl>)off

[ RETURN TO DIRECTORY ]