MOD(3F) COMMAND REFERENCE MOD(3F)
NAME
mod, amod, dmod - FORTRAN remaindering intrinsic functions
SYNOPSIS
integer i, j, k
real r1, r2, r3
double precision dp1, dp2, dp3
k = mod(i, j)
r3 = amod(r1, r2)
r3 = mod(r1, r2)
dp3 = dmod(dp1, dp2)
dp3 = mod(dp1, dp2)
DESCRIPTION
Mod returns the integer remainder of its first argument
divided by its second argument. Amod and dmod return,
respectively, the real and double-precision whole number
remainder of the integer division of their two arguments.
The generic version mod will return the data type of its
arguments.
SEE ALSO
intro(3f).
Printed 3/13/89 1
%%index%%
na:240,110;
sy:350,1486;
de:1836,587;
se:2423,135;
%%index%%000000000084