DPROD(X, Y)

Purpose

Double precision real product.

Class

Elemental function

Argument type and attributes

X
An INTENT(IN) REAL
Y
An INTENT(IN) REAL

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
Note:
  1. IBM extension.