scotch33 Posted March 20, 2006 Share Posted March 20, 2006 Hi,I am trying to create a calculator that will calculate the number of packs of wood needed to floor a room. Its all working ok but my only problem is when I divide the floor space by the number of meters in a pack to calculate how many packs will be needed it is giving me a number with decimal places. I can easily change this to an integer and ditch the decimal places but how do I get it to always round up rather than down?ThanksJohn Link to comment https://forums.phpfreaks.com/topic/5338-rounding-numbers-up/ Share on other sites More sharing options...
kenrbnsn Posted March 20, 2006 Share Posted March 20, 2006 Look at the [a href=\"http://www.php.net/ceil\" target=\"_blank\"]ceil[/a]() function.Ken Link to comment https://forums.phpfreaks.com/topic/5338-rounding-numbers-up/#findComment-19009 Share on other sites More sharing options...
scotch33 Posted March 20, 2006 Author Share Posted March 20, 2006 Thanks Ken - will do Link to comment https://forums.phpfreaks.com/topic/5338-rounding-numbers-up/#findComment-19081 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.