Return true if number holds a subnormal value.

Synopses

Declared in <bdlb_float.h>

Return true if number holds a subnormal value.

static
bool
isSubnormal(double number);

Return true if number holds a subnormal value.

static
bool
isSubnormal(float number);

Return Value

true if number holds a subnormal value, and false otherwise

Parameters

Name

Description

number

floating‐point value to test

Created with MrDocs