Skip to main content
Participant
April 5, 2020
Question

Need help calculating square root in Acrobat DC form

  • April 5, 2020
  • 2 replies
  • 1297 views

((FloortoFloor*FloortoFloor)+BeamBase)*BeamBase

 

Can anyone help me calculate the square root of these fields? Thanks in advance.

 

 

2 replies

try67
Community Expert
Community Expert
April 5, 2020

You would need to use a custom calculation script to do it. You can't use the Simple Field Notation option, like in your original formula.

Bernd Alheit
Community Expert
Community Expert
April 5, 2020

Use the Javascript function Math.sqrt()