BloombergLP::bdlb::Float::classifyFine

Return the fine-grained classification of the specified number.

Synopses

Declared in <bdlb_float.h>

Return the fine-grained classification of the specified number.

static
FineClassification
classifyFine(double number);
» more...

Return the fine-grained classification of the specified number.

static
FineClassification
classifyFine(float number);
» more...

Return Value

fine-grained classification of number

Parameters

NameDescription
numberfloating-point value to classify