Basic classifications for floating‐point numbers. Every floating‐point number belongs to exactly one of these classifications. However, the enumerated values have disjoint bit‐patterns to make it easy to create a "set" of classifications using bit‐wise OR.
Synopsis
Declared in <bdlb_float.h>
enum Classification;
Members
Name |
Description |
|
Positive or negative zero classification. |
|
Full‐precision, non‐zero, normal number classification. |
|
Subnormal floating‐point classification. |
|
Infinite floating‐point classification. |
|
NaN floating‐point classification. |
|
Deprecated alias for |
|
Deprecated alias for |
|
Deprecated alias for |
|
Deprecated alias for |
|
Deprecated alias for |
Created with MrDocs