7.12.3.3 The isinf macro

Synopsis

1

#include <math.h>
int isinf(real-floating x);

Description

2

The isinf macro determines whether its argument value is an infinity (positive or negative). First, an argument represented in a format wider than its semantic type is converted to its semantic type. Then determination is based on the type of the argument.

Returns

3

The isinf macro returns a nonzero value if and only if its argument has an infinite value.