VMS Help  —  CRTL  llround
    Rounds to the nearest integer value, rounding halfway cases away from
    zero, regardless of the current rounding direction, and casts to
    long long integer.

    Format

    #include <math.h>

    long long int llround (double x);

    long long int llroundf (float x);

    long long int llroundl (long double x);
Additional Information: explode extract
Argument Description Return Value
Close Help