Perl之POSIX

利用POSIX模塊處理 向下/向上取整spa   use POSIX;blog POSIX::ceil(3.14) => 4   #向上取整it POSIX::floor(3.14) => 3   # 向下取整, 等同於 int(3.14)class   利用Math::Round 作四捨五入di   use Math::Round;co my $num = 45.4; my $round = M
相關文章
相關標籤/搜索