area-rad
that returns radius given the area of the circle?
But suppose we have a special web service
Compute that
returns the value of some simple functions given an
input value.
Now we just need functionRADAR
(Yields RADAR area-circle radius-circle ) that returns the
radius of the circle given the area of the circle and
we would have the plan:
(DO (CALL-WEB-SERVICE COMPUTE FUNCTION RADAR
AREA-CIRCLE
RETURN-CIRCUM-RAD RADIUS-CIRCLE)
(DO
(CALL-WEB-SERVICE CIRCUM-RAD CIRCUMFERENCE-CIRCLE 8
AREA-CIRCLE)
S0) )
cjp