Return the floating‐point classification of x.

Synopses

Declared in <bdldfp_decimalimputil.h>

Return the floating‐point classification of x.

static
int
classify(ValueType128 x);

Return the floating‐point classification of x.

static
int
classify(ValueType32 x);

Return the floating‐point classification of x.

static
int
classify(ValueType64 x);

Return Value

the floating‐point classification of x

Parameters

Name

Description

x

value to classify

Created with MrDocs