PreviousUpNext

5.5.14  Round a float to an int

Round a float to an int:

    i = round f;

Round a float to an int, II:

    i = float::to_int ieee_float::TO_NEAREST f;

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext