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 10/17/86 1
%%index%%
na:72,94;
sy:166,971;
de:1137,487;
se:1624,110;
%%index%%000000000081