Fine‐grained classifications for floating‐point numbers that distinguish positive numbers from negative numbers and quiet NaNs from signaling NaNs. Every floating‐point number belongs to exactly one of these classifications.
Synopsis
Declared in <bdlb_float.h>
enum FineClassification;
Members
Name |
Description |
|
Bit flag indicating a negative floating‐point value. |
|
Bit flag indicating a signaling NaN. |
|
Bit flag indicating a signaling NaN. |
|
Negative infinity classification. |
|
Quiet NaN classification. |
|
Quiet NaN classification. |
|
Quiet NaN classification. |
|
Quiet NaN classification. |
|
Quiet NaN classification. |
|
Quiet NaN classification. |
|
Quiet NaN classification. |
|
Quiet NaN classification. |
|
Deprecated alias for |
|
Deprecated alias for |
|
Deprecated alias for |
|
Deprecated alias for |
|
Deprecated alias for |
|
Deprecated alias for |
|
Deprecated alias for |
|
Deprecated alias for |
|
Deprecated alias for |
|
Deprecated alias for |
|
Deprecated alias for |
|
Deprecated alias for |
Created with MrDocs