Closed
Description
- See the FIXME just before
is_positive
,is_negative
, and the like instd::f32
andstd::f64
. I tried, but couldn't figure out how to use a macro defined in a C math library header. - Also add the macros
is_normal
andfpclassify
mentioned in the FIXME at the end of the predicates instd::f32
.