Previous: plot79_m Up: ../plot79.html Next: plot79_p


Table of contents


NINT

       INTEGER FUNCTION  NINT (VALUE)
 C$    (Nearest Integer)
 C$    Return the  nearest integer  to  the REAL  argument  VALUE.
 C$    This is  a FORTRAN  77  intrinsic function  unavailable  in
 C$    FORTRAN 66.
 C$    (30-JUN-82)