XL Fortran for AIX 8.1

Language Reference

FNMADD(A, X, Y)

Floating-point Negative Multiply and Add

Returns the result of a floating-point negative multiply-add.

Parameters

A
must be of type REAL(8). If compiled on a PowerPC platform with -qarch set for PowerPC compilation, A may alternatively be of type REAL(4).

X
must be of the same type and kind type parameter as A.

Y
must be of the same type and kind type parameter as A.

Result Type and Attributes

Same as X.

Results

The result has a value equal to -(A*X + Y).


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