Skip to main content

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

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

This can be calculated using the ExpressionEvaluator transformer.


Reply