FNMADD(A, X, Y)

Purpose

Floating-point Negative Multiply and Add

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

Class

Function

Argument Type and Attributes

A
can be of type REAL(4) or REAL(8).

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.

Result Value

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