[Contents] [Previous Section] [Next Section] [Index]


nint-Round to the Nearest Integer

Interface

F_TYPE nint (F_TYPE x)

Description

nint() returns the nearest integral value to x, except halfway cases are rounded to the integral value larger in magnitude. This function corresponds to the Fortran generic intrinsic function nint().

Exceptions

None.


[Contents] [Previous Section] [Next Section] [Index]