Title: LOG10
Last modified: October 8, 2024

---

# LOG10

 *  Resolved [georgiosm](https://wordpress.org/support/users/georgiosm/)
 * (@georgiosm)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/log10/)
 * Hello, does the plugin allow for LOG10 calculation? I am trying to create the
   U.S. Navy Body Fat Formula which for men is:
 * Body Fat % = 86.010 × log10(waist – neck) – 70.041 × log10(height) + 36.76
 * Into the plugin as follows, but it does not work
 * ROUND((86.010 * LOGAB(fieldname13 – fieldname7, 10)) – (70.041 * LOGAB(fieldname6,
   10)) + 36.76)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flog10%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/log10/#post-18061004)
 * Hello [@georgiosm](https://wordpress.org/support/users/georgiosm/)
 * The issue is simple. You are using a dash symbol instead of minus symbol. The
   correct is:
 *     ```wp-block-code
       ROUND(86.010 * LOGAB(fieldname13 - fieldname7, 10) - 70.041 * LOGAB(fieldname6, 10) + 36.76)
       ```
   
 * I removed the extra parenthesis because they are unnecessary.
 * Best regards.
 *  Thread Starter [georgiosm](https://wordpress.org/support/users/georgiosm/)
 * (@georgiosm)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/log10/#post-18061022)
 * Oops! Rookie mistake! Thank you very much!

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

The topic ‘LOG10’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [georgiosm](https://wordpress.org/support/users/georgiosm/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/log10/#post-18061022)
 * Status: resolved