classifyFine overloads

Synopses

Declared in <bdlb_float.h>

Return the fine‐grained classification for the specified floating point number. For positive numbers and quiet NaNs, the classifyFine function returns the same integer value as classify. For negative numbers, classifyFine returns an integer value equal to value returned by classify bit‐wise OR'ed with k_NEGATIVE. For signaling NaNs, classifyFine returns k_SNAN, which has the integer value of k_NAN | k_SIGNALING.

static
FineClassification
classifyFine(double number);

Return the fine‐grained classification of a floating‐point number.

static
FineClassification
classifyFine(float number);

Created with MrDocs