Question

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

  • 17 April 2020
  • 1 reply
  • 23 views

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


1 reply

Userlevel 2
Badge +12

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

This can be calculated using the ExpressionEvaluator transformer.

Reply