Title: Rounded???
Last modified: October 20, 2023

---

# Rounded???

 *  Resolved [bommelmann](https://wordpress.org/support/users/bommelmann/)
 * (@bommelmann)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/rounded/)
 * Hello, I’m trying a very simple solution, but I can’t find it. I would like to
   calculate 89.023sqm – 88.018sqm and the result should be rounded to three decimal
   places. But my result is 1.0049999999999955sqm and not 1.005sqm.
 * I also tried the following form: Round((fieldname3-fieldname2), 3). but that 
   didn’t work either. Can you help me? Thanks and kind regards, Markus

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/rounded/#post-17139222)
 * Hello [@bommelmann](https://wordpress.org/support/users/bommelmann/)
 * Thank you very much for using our plugin.
 * Please use the PREC operation as the outermost operation in the equation.
   PREC(
   X, Y) rounds the number X with Y decimals.
 * For example, if you have the equation fieldname1*fieldname2, and you want the
   result with three decimals or no decimals if the result is an integer number,
   you can edit the equation as follows:
 *     ```wp-block-code
       PREC(fieldname1*fieldname2, 3, true)
       ```
   
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Rounded???’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [2 years, 7 months ago](https://wordpress.org/support/topic/rounded/#post-17139222)
 * Status: resolved