Sometimes encounter requires rounding up decimal rounded case
Programs such as the page jump
2.2 is the need to show three
This time it can use ceil function to help make this a thing

echo ceil (3.3) / / 4
echo ceil (0.2) / / 1
echo ceil (-5.2) / / 5

So