Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Rounding

Name: Anonymous 2012-01-09 9:26

What programming language has the best, cleanest and most beautiful rounding function?

Name: Anonymous 2012-01-09 18:45


#include <stdio.h>
int main() {
    float num = 5.5;
    printf((int) num);
    return 0;
}

THE MOST BEAUTIFULEST ROUNDING ALGORSegmentation fault

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List