DPROD(3F) DPROD(3F)
dprod, qprod - FORTRAN double precision and quad precision product
intrinsic functions
real a1, a2
double precision a3
real*16 q1
double precision d1, d2
a3 = dprod(a1, a2)
q1 = dprod(d1, d2)
dprod returns the double precision product of its real arguments. qprod
returns the quad precision product of its double precision arguments.
PPPPaaaaggggeeee 1111 [ Back ]
|