|
Author |
Topic: ceil() (Read 408 times) |
|
TomC Guest
|
ceil()
« on: Sep 1st, 2003, 11:51am » |
|
Erm, I might have misunderstood, but I think the description of the ceil() function is wrong. http://proce55ing.net/reference/ceil_.html "Calculates the closest value that is greater than or equal to the value of the parameter. For example, ceil(9.03) returns the value 9.0." Wouldn't ceil(9.03) return 10.0?
|
|
|
|
REAS
|
Re: ceil()
« Reply #1 on: Sep 1st, 2003, 1:02pm » |
|
ummm. yes, you're correct. thanks!
|
|
|
|
|