Help for this page

Select Code to Download


  1. or download this
    use POSIX;
    
    sub ceilX ($$);
    ...
    
        return POSIX::ceil($number / $x) * $x;
    }
    
  2. or download this
    145 -> 150
    146 -> 150
    147 -> 150
    ...
    152 -> 200
    153 -> 200
    154 -> 200