[#BloombergLP-baljsn-PrintUtil-floatingPointSpecialAsString] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/PrintUtil.adoc[PrintUtil]::floatingPointSpecialAsString :relfileprefix: ../../../ :mrdocs: Return the string representation of special floating point values if the specified `classification` is: * `bdlb::Float::k_POSITIVE_INFINITY` * `bdlb::Float::k_NEGATIVE_INFINITY` * `bdlb::Float::k_QNAN` * `bdlb::Float::k_SNAN` and 0 otherwise. This representation does _not_ include the delimiting double quotes of JSON strings. == Synopsis Declared in `<baljsn_printutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static char const* floatingPointSpecialAsString(xref:BloombergLP/bdlb/Float/FineClassification.adoc[bdlb::Float::FineClassification] classification); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#