DPROD(X,Y)
returns the product X*Y
.
Fortran 77 and later
Elemental function
RESULT = DPROD(X, Y)
X | The type shall be REAL . |
Y | The type shall be REAL . |
The return value is of type REAL(8)
.
Name | Argument | Return type | Standard |
DPROD(X,Y) |
REAL(4) X, Y |
REAL(8) |
Fortran 77 and later |
© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-10.2.0/gfortran/DPROD.html