Centre and radius of a circle passing through 3 points in a plane: Difference between revisions

Spaced the header from the samples
(Added Algol 68)
(Spaced the header from the samples)
Line 1:
{{task}}
Write a function which returns the centre and radius of a circle passing through three point in a plane. Demonstrate the function using the points (22.83,2.07) (14.39,30.24) and (33.65,17.31)
 
 
 
 
 
 
 
=={{header|ALGOL 68}}==
3,048

edits