H hackhack Active Member Licensed User Longtime User Sep 1, 2011 #1 In olden days you could use "Int" on a number like 0.07615266203703704 and you would get 0. Is that what "ceil" does? I don't like that the description says "that is greater ... to"
In olden days you could use "Int" on a number like 0.07615266203703704 and you would get 0. Is that what "ceil" does? I don't like that the description says "that is greater ... to"
klaus Expert Licensed User Longtime User Sep 1, 2011 #2 You should use Floor. In your example Ceil would give '1'. Best regards. Upvote 0