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

Content added Content deleted
m (→‎{{header|Dart}}: Missing radius)
Line 249: Line 249:


=={{header|Dart}}==
=={{header|Dart}}==
{{improve|Dart|Doesn't return radius as required by task desription.}}
{{trans|C++}}
{{trans|C++}}
<syntaxhighlight lang="dart">import 'dart:math';
<syntaxhighlight lang="dart">import 'dart:math';