Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

ceil value in c++ using formula

(a + b - 1) / b;
// this formula works for integer as well. ceil function in c++ takes double type value. To get ceil value for integer division you can simply use this expression without converting your datatype to double type.
 
PREVIOUS NEXT
Tagged: #ceil #formula
ADD COMMENT
Topic
Name
9+9 =