インテル® Fortran コンパイラー 14.0 ユーザー・リファレンス・ガイド
Elemental Intrinsic Function (Specific): Produces a higher precision product. This is a specific function that has no generic function associated with it.
result = DPROD (x, y)
x |
(Input) Must be of type REAL(4) or REAL(8). |
y |
(Input) Must have the same type and kind parameters as x. |