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).