DPROD(X, Y)

Purpose

Double precision real product.

Class

Elemental function

Argument Type and Attributes

X
must be of type default real.

Y
must be of type default 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

Notes:

  1. IBM Extension.
IBM Copyright 2003