Posts: 2,535
Location: Western Maryland
|
If you have a float that is at all above 2 and want a function to raise that to three, then use the ceil() function.
It doesn't do rounding. Even if the number is 2.00001, ceil() will raise it to 3. It sounded like that's what you want.
__________________
—Kyrnt
|