Re: problem with Ceiling
When you have set B=3.0 in the first case, the value is indeed 3.0 and getting cieled to 3.0. But, when you are calculating B using some other equation, though you are seeing the value as 3.0, it might not be exactly 3.0 because, the numbers in SKILL are double precision floating point and the default printing precision is 7.
You can set the ...