XL Fortran for AIX 8.1

Language Reference


DPROD(X, Y)

Double precision real product.

X
must be of type default real.

Y
must be of type default real.

Class

Elemental function

Result Type and Attributes

Double precision real.

Result Value

The result has a value equal to the product of X and Y.

Examples

DPROD (-3.0, 2.0) has the value -6.0D0.


Specific Name Argument Type Result Type Pass As Arg?
DPROD default real double precision real yes
QPROD (1) double precision real REAL(16) yes

Notes:

  1. IBM Extension.


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