*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> f90/ieee_finite (3)              
Title
Content
Arch
Section
 

Contents


IEEE_FINITE(3I)					       Last changed: 1-6-98

NAME    [Toc]    [Back]

     IEEE_FINITE - Tests for x being greater than negative infinity and
     less than positive	infinity.

SYNOPSIS    [Toc]    [Back]

     IEEE_FINITE ([X=]x)

IMPLEMENTATION    [Toc]    [Back]

     UNICOS/mk and IRIX	systems

     CRAY T90 systems that support IEEE	floating-point arithmetic

STANDARDS    [Toc]    [Back]

     CF90 and MIPSpro 7	Fortran	90 compiler extension to Fortran 90

     IEEE Standard for Binary Floating-point Arithmetic

DESCRIPTION    [Toc]    [Back]

     The IEEE_FINITE intrinsic function	returns	the value TRUE if
     -inf < x <	+inf.  Otherwise, it returns the value FALSE.  IEEE_FINITE
     accepts the following argument:

     x	       Must be of type real.

     IEEE_FINITE is an elemental function.  The	name of	this intrinsic
     cannot be passed as an argment.

NOTES    [Toc]    [Back]

     The IEEE intrinsic	procedures use the named constants contained in	a
     system module, so you must	include	one of the following statements	in
     your program:

     * On UNICOS and UNICOS/mk systems:	 USE CRI_IEEE_DEFINITIONS

     * On UNICOS, UNICOS/mk, and IRIX systems:	USE FTN_IEEE_DEFINITIONS

     The CRI_IEEE_DEFINITIONS module is	obsolescent.  It will be removed
     for the CF90 4.0 release.

RETURN VALUES    [Toc]    [Back]

     The result	type and type parameter	is default logical.  If	x is an
     array, the	result is an array of the same shape as	x.

EXAMPLES    [Toc]    [Back]

	  REAL	 x
	     ...		    ! Compute X.
	  IF (IEEE_FINITE(x)) THEN
	     ...		    ! Do something.
	  ELSE
	     ...		    ! Do something else.
	  END IF

SEE ALSO    [Toc]    [Back]

      
      
     Intrinsic Procedures Reference Manual, publication	SR-2138, for the
     printed version of	this man page.

IEEE_FINITE(3I)					       Last changed: 1-6-98

NAME    [Toc]    [Back]

     IEEE_FINITE - Tests for x being greater than negative infinity and
     less than positive	infinity.

SYNOPSIS    [Toc]    [Back]

     IEEE_FINITE ([X=]x)

IMPLEMENTATION    [Toc]    [Back]

     UNICOS/mk and IRIX	systems

     CRAY T90 systems that support IEEE	floating-point arithmetic

STANDARDS    [Toc]    [Back]

     CF90 and MIPSpro 7	Fortran	90 compiler extension to Fortran 90

     IEEE Standard for Binary Floating-point Arithmetic

DESCRIPTION    [Toc]    [Back]

     The IEEE_FINITE intrinsic function	returns	the value TRUE if
     -inf < x <	+inf.  Otherwise, it returns the value FALSE.  IEEE_FINITE
     accepts the following argument:

     x	       Must be of type real.

     IEEE_FINITE is an elemental function.  The	name of	this intrinsic
     cannot be passed as an argment.

NOTES    [Toc]    [Back]

     The IEEE intrinsic	procedures use the named constants contained in	a
     system module, so you must	include	one of the following statements	in
     your program:

     * On UNICOS and UNICOS/mk systems:	 USE CRI_IEEE_DEFINITIONS

     * On UNICOS, UNICOS/mk, and IRIX systems:	USE FTN_IEEE_DEFINITIONS

     The CRI_IEEE_DEFINITIONS module is	obsolescent.  It will be removed
     for the CF90 4.0 release.

RETURN VALUES    [Toc]    [Back]

     The result	type and type parameter	is default logical.  If	x is an
     array, the	result is an array of the same shape as	x.

EXAMPLES    [Toc]    [Back]

	  REAL	 x
	     ...		    ! Compute X.
	  IF (IEEE_FINITE(x)) THEN
	     ...		    ! Do something.
	  ELSE
	     ...		    ! Do something else.
	  END IF

SEE ALSO    [Toc]    [Back]

      
      
     Intrinsic Procedures Reference Manual, publication	SR-2138, for the
     printed version of	this man page.

[ Back ]
 Similar pages
Name OS Title
isnanf NetBSD test for infinity or not-a-number
isinff NetBSD test for infinity or not-a-number
isinf OpenBSD test for infinity or not-anumber
isnan NetBSD test for infinity or not-a-number
isinf NetBSD test for infinity or not-a-number
isinff OpenBSD test for infinity or not-anumber
isnan OpenBSD test for infinity or not-anumber
isnanf OpenBSD test for infinity or not-anumber
isinf Linux test for infinity or not-a-number (NaN)
cgecon IRIX complex matrix A, in either the 1-norm or the infinity-norm, using the LU factorization computed by CGETRF
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service