For any integer divisor D > 1 and integer dividend d one classical definition of ceil is ceil(d/D) = (d + D - 1)/D Thus ceil(25/2) = (25 + 2 - 1)/2 = 13 ceil(12/6) = (12 + 6 - 1)/6 = 2 ceil(2009/4) = (2009 + 4 - 1)/4 = 503 etc., etc. There is nothing quaint or ad hoc about John McKown's scheme. John Gilmore Ashland, MA 01721-1817 USA
_________________________________________________________________ Windows Live™: Keep your life in sync. http://windowslive.com/explore?ocid=TXT_TAGLM_WL_BR_life_in_synch_062009 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

