ApproxEQ
This routine performs simple absolute comparison using an epsilon that is a compile-time constant.
info
It should be used whenever possible because it has the least overhead. However, it is not appropriate to use when a and b are either very large or very small.
abool= a .APPROXEQ. b
abool= a .APPROXEQA. b