How to identify a subnormal floating point?

Hi There

In APFloat class, I got the answer about how to identify a normal FP, but could you please
clarify how to identify a subnormal FP, I think there is no straightforward function to be invoked.

Thanks
Peng

Just do a compare against APFloat::getSmallestNormalized().

-Eli