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


apl>" <-- Relational functions ----------------------------------------->


apl>  3 5<5 3

1 0

apl>  3 5 7^=7 5 3

1 0 1

apl>" <-- Comparison tolerance ----------------------------------------->


apl>  Lct # 1e-13


apl>  1 = 1 + 1e-14

1

apl>  1 = 1 + 1e-13

1

apl>  1 = 1 + 1e-12

0

apl>)off

[ RETURN TO DIRECTORY ]