[ncl-talk] Corrections to function documentation

Dave Allured - NOAA Affiliate dave.allured at noaa.gov
Thu Aug 25 16:14:45 MDT 2016


NCL support,

It seems there are mistakes in two function documentation pages:

ceil -- Computes the smallest integer value larger than the input
floor -- Computes the largest integer value smaller than the input

I think these should be changed to read:

ceil -- Computes the smallest integer value greater than or equal to the
input
floor -- Computes the largest integer value less than or equal to the input

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.

--Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160825/7728b41e/attachment.html 


More information about the ncl-talk mailing list