Is there a function in AFL to trap very tiny number?

When I am using statistical calculations and statistical metrics, there are times I get some very small numbers in the denominator, hence, this will result in a huge number when dividing this out, this would present a problem. I was wondering if there is an AFL function that will trap a tiny number. Thanks.

Yes, there are two functions that may help you:

Test for a tiny number with AlmostEqual()

Test for infinity (or other special floating point conditions) with NZ()

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.