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

Content added Content deleted
(→‎{{header|Yabasic}}: incorrect radius)
(→‎{{header|F_Sharp|F#}}: Radius incorrect)
Line 289: Line 289:


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