[#BloombergLP-bdlb-Float-isSubnormal-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Float.adoc[Float]::isSubnormal :relfileprefix: ../../../ :mrdocs: Return `true` if `number` holds a subnormal value. == Synopsis Declared in `<bdlb_float.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isSubnormal(double number); ---- == Return Value `true` if `number` holds a subnormal value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *number* | floating‐point value to test |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#