You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the FIXME just before is_positive, is_negative, and the like in std::f32 and std::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 and fpclassify mentioned in the FIXME at the end of the predicates in std::f32.