Title: [Plugin: Jazzy Forms] rounding
Last modified: August 20, 2016

---

# [Plugin: Jazzy Forms] rounding

 *  [Brittany](https://wordpress.org/support/users/finx02/)
 * (@finx02)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-jazzy-forms-rounding-1/)
 * ROUNDDOWN and ROUNDUP dont work. They display the numerical value of the input:
   ROUNDUP(identifier,4) will display the ID. MROUND works though.
 * [http://wordpress.org/extend/plugins/jazzy-forms/](http://wordpress.org/extend/plugins/jazzy-forms/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Brittany](https://wordpress.org/support/users/finx02/)
 * (@finx02)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-jazzy-forms-rounding-1/#post-2942338)
 * found a work around till its fixed:
 * IF(MROUND(Identify1,6)<Identify1, MROUND(Identify1,6)+6, MROUND(Identify1,6))
 *  Plugin Author [jazzigor](https://wordpress.org/support/users/jazzigor/)
 * (@jazzigor)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-jazzy-forms-rounding-1/#post-2942390)
 * Hi Brittany.
 * Although I’ve got the function library unit-tested already, I’ve set up a little
   form to play around with [here](http://mundoacustico.com/sandbox/wp1/?p=89). 
   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.

 * ![](https://s.w.org/plugins/geopattern-icon/jazzy-forms_dac291.svg)
 * [Jazzy Forms](https://wordpress.org/plugins/jazzy-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jazzy-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jazzy-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/jazzy-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jazzy-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jazzy-forms/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [jazzigor](https://wordpress.org/support/users/jazzigor/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-jazzy-forms-rounding-1/#post-2942390)
 * Status: not resolved