XL Fortran for AIX 8.1

Language Reference

FSEL(X,Y,Z)

Floating-point Selection

Returns the result of a floating-point selection operation. This result is determined by comparing the value of X with zero.

Parameters

X
must be of type REAL(4) or REAL(8).

Result Type and Attributes

Same as X, Y and Z.

Results

A zero value is considered unsigned. That is, both +0 and -0 are equal to zero.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]