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

NameValueComment
Nan0
Infinite1
Zero2
Subnormal3
Normal4