Jump to content

PHP Division


Omzy

Recommended Posts

Yes I want it divided by two. If the result is not a whole number then it should round up to the next whole number.

Have you tried the round() function? Details here...

http://php.net/manual/en/function.round.php

 

You can specify precision (# of decimal places - 0 in your case), and whether you want it to round up. down or whatever.

 

I think this will do the job for you.

Link to comment
https://forums.phpfreaks.com/topic/186005-php-division/#findComment-982231
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.