Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: math.h

isinf()

IMPORT_C int isinf(double);

Description

test for infinity or not-a-number

Parameters

double

floating point value to test.

Return value

int

1 if the number d is Infinity, otherwise 0.