Skip to main content
Question

How do I find radius of a circle when you have the area of circle

  • April 17, 2020
  • 1 reply
  • 257 views

I have area value for a list of circles and want to find out the radius for each of them.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • April 17, 2020

If you have the area of the circle, the radius is sqrt(area/π).

This can be calculated using the ExpressionEvaluator transformer.