clang 22.0.0git
__float_infinity_nan.h File Reference

Go to the source code of this file.

Macros

#define INFINITY   (__builtin_inff())
#define NAN   (__builtin_nanf(""))

Macro Definition Documentation

◆ INFINITY

#define INFINITY   (__builtin_inff())

Definition at line 17 of file __float_infinity_nan.h.

Referenced by std::atanh(), std::proj(), and std::sqrt().

◆ NAN

#define NAN   (__builtin_nanf(""))

Definition at line 18 of file __float_infinity_nan.h.

Referenced by std::cosh(), std::exp(), std::polar(), and std::sinh().