|
��������
isnan: isnand, isnanf - ��������� �� �������������� �
������ � ��������� ������
���������
#include <ieeefp.h> int isnand (dsrc) double dsrc; int isnanf (fsrc) float fsrc;
��������
������� isnand � isnanf ���������� �������, ���� �������� dsrc ��� fsrc �� �������� ������ � ��������� ������; � ��������� ������ ������������ ����.
�� ���� �� ���� ������� �� ������� �������������� ��������. ���� ���� ��������� �������� �������������, �� ���� �������� �������� ������ � ��������� ������, �������������� �������� �� ���������.
������� isnanf( ) ����������� ��� ������ � ���������� � ����� <ieeefp.h>.
��. �����
fpgetround(3C).
|