Previous: plot79_m Up: ../plot79.html Next: plot79_p
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)