<div dir="ltr">NCL support,<br><br>It seems there are mistakes in two function documentation pages:<br><br>ceil -- Computes the smallest integer value larger than the input<br>floor -- Computes the largest integer value smaller than the input<br><div><br></div><div>I think these should be changed to read:</div><br>ceil -- Computes the smallest integer value greater than or equal to the input<br>floor -- Computes the largest integer value less than or equal to the input<br><div><br></div><div>These functions are implemented with the standard C library, right?  Several C references, as well as the actual functionality in the current NCL version, agree with these corrections.  Thanks for taking care of this.</div><div><br></div><div>--Dave</div></div>