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

→‎{{header|F_Sharp|F#}}: Radius incorrect
(→‎{{header|Yabasic}}: incorrect radius)
(→‎{{header|F_Sharp|F#}}: Radius incorrect)
Line 289:
 
=={{header|F_Sharp|F#}}==
{{incorrect|F_Sharp|Radius is off by a factor of 1/2}}
<syntaxhighlight lang="fsharp">
// Centre and radius of a circle passing through 3 points in a plane. Nigel Galloway: February 20th., 2024
10,339

edits