Return the coarse classification of the specified number.

Synopses

Declared in <bdlb_float.h>

Return the coarse classification of the specified number.

static
Classification
classify(double number);

Return the coarse classification of the specified number.

static
Classification
classify(float number);

Return Value

coarse classification of number

Parameters

Name

Description

number

floating‐point value to classify

Created with MrDocs