FpCategory
Description
A classification of floating point numbers. This enum is used as the return type for `f32::classify()` and `f64::classify()`. See their documentation for more.
Declared at: sus/num/fp_category.h:25
Enumerators
Name | Value | Comment |
---|---|---|
Nan | 0 | |
Infinite | 1 | |
Zero | 2 | |
Subnormal | 3 | |
Normal | 4 |