Showing posts with label POSIX. Show all posts
Showing posts with label POSIX. Show all posts

Thursday, April 12, 2007

切り上げ

use strict;
use POSIX;
print ceil(0.3), "\n";