Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Brittany

    (@finx02)

    found a work around till its fixed:

    IF(MROUND(Identify1,6)<Identify1, MROUND(Identify1,6)+6, MROUND(Identify1,6))

    Plugin Author jazzigor

    (@jazzigor)

    Hi Brittany.

    Although I’ve got the function library unit-tested already, I’ve set up a little form to play around with here. It behaves as expected and as far as I can see it’s in line with spreadsheet programs.

    ROUNDUP(x, d)
    x: number to be rounded
    d: places after the decimal point (optional)

    Rounds x up (i.e. away from zero) to the nearest number with d decimal places. If d is not specified, 0 is assumed, i.e. the number will be rounded up to the nearest integer. If d is negative it specifies places on the left of the decimal point (-1: tens, -2: hundreds, …).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Jazzy Forms] rounding’ is closed to new replies.