On Tue, Oct 27, 2015 at 9:18 AM, Jihui Choi <[email protected]> wrote: > Hello. > > I'm translating LibO UI master from pootle. > I faced a sentence which I couldn't understand at all. > Is anyone helps me? > > UI master - sc - source - ui - src - > 1451 line : "If given the number to whose multiple the value is rounded, > else -1 or 1 depending on sign of Number." > > I guess this is about rounding or ceiling numbers. but that's all. no idea. > https://gerrit.libreoffice.org/#/c/6767/2/sc/source/ui/src/scfuncs.src,cm >
You can read the standard, maybe it is clearer: http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#__RefHeading__1018606_715980110 Some examples: =CEILING(23.2,1) is 24 =CEILING(23.2,5) is 25 =CEILING(23.2,9) is 27 Regards, Andras -- To unsubscribe e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/l10n/ All messages sent to this list will be publicly archived and cannot be deleted
