[#BloombergLP-bdlb-Float-isNan-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Float.adoc[Float]::isNan :relfileprefix: ../../../ :mrdocs: `isNan` overloads == Synopses Declared in `<bdlb_float.h>` Return `true` if the specified floating point `number` has a value that does not represent a real number ("not‐a‐number" or "NaN"), and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/bdlb/Float/isNan-0c.adoc[isNan](double number); ---- [.small]#xref:BloombergLP/bdlb/Float/isNan-0c.adoc[_» more..._]# Return `true` if the specified floating point `number` has a value that does not represent a real number ("not‐a‐number" or "NaN"), and `false` otherwise. This function is equivalent to the `isnan` macro in C99. Note that if this method returns `true`, then either `isQuietNan` or `isSignalingNan` will also return `true`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/bdlb/Float/isNan-04.adoc[isNan](float number); ---- [.small]#xref:BloombergLP/bdlb/Float/isNan-04.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#