Line circle intersection: Difference between revisions

Line 146:
fmt.Println(" ", intersects(point{7, 4}, point{11, 8}, cp, r, true))
}</lang>
{{incorrect|Go|In main(), the output text and numbers differ, twice!!}}
 
{{out}}
<pre>
7,795

edits