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);
Return the fine‐grained classification of the specified number.
static
FineClassification
classifyFine(float number);
Return Value
fine‐grained classification of number
Parameters
Name |
Description |
number |
floating‐point value to classify |
Created with MrDocs