VMS Help  —  CRTL  round
    Rounds to the nearest integer value in floating-point format,
    rounding halfway cases away from zero.

    Format

    #include <math.h>

    double round (double x);

    float roundf (float x);

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