Circles of given radius through two points: Difference between revisions

Content added Content deleted
m (Automated syntax highlighting fixup (second round - minor fixes))
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 4,381: Line 4,381:
Points are coincident.
Points are coincident.
</pre>
</pre>
=={{header|Vlang}}==
=={{header|V (Vlang)}}==
{{trans|Go}}
{{trans|Go}}
<syntaxhighlight lang="vlang">import math
<syntaxhighlight lang="v (vlang)">import math


const (
const (
Line 4,536: Line 4,536:
}
}
</pre>
</pre>

=={{header|Wren}}==
=={{header|Wren}}==
{{trans|Go}}
{{trans|Go}}