g77.info: ANInt Intrinsic

Go forward to Any Intrinsic
Go backward to And Intrinsic
Go up to Table of Intrinsic Functions
Go to the top op g77

ANInt Intrinsic

     ANInt(A)
ANInt: `REAL' function, the `KIND=' value of the type being that of
argument A.
A: `REAL'; scalar; INTENT(IN).
Intrinsic groups: (standard FORTRAN 77).
Description:
   Returns A with the fractional portion of its magnitude eliminated by
rounding to the nearest whole number and with its sign preserved.
   A fractional portion exactly equal to `.5' is rounded to the whole
number that is larger in magnitude.  (Also called "Fortran round".)
   *Note AInt Intrinsic::, for how to truncate to whole number.
   *Note NInt Intrinsic::, for how to round and then convert number to
`INTEGER'.