Go to the first, previous, next, last section, table of contents.
DMod(A, P)
DMod: REAL(KIND=2)
function.
A: REAL(KIND=2)
; scalar; INTENT(IN).
P: REAL(KIND=2)
; scalar; INTENT(IN).
Intrinsic groups: (standard FORTRAN 77).
Description:
Archaic form of MOD()
that is specific
to one type for A.
See section Mod Intrinsic.
Go to the first, previous, next, last section, table of contents.