I\'m using a loop in C++17 to check the output of ceil function (in cmath header file) for different values from 0.9 to 3.1 at an interval of 0.1 For ceil(2.0)
ceil(2.0)