Jump to content

Vector products: Difference between revisions

→‎{{header|Go}}: added output. (thx Paddy for checking my work!)
(→‎{{header|Go}}: added output. (thx Paddy for checking my work!))
Line 386:
-267.000 204.000 -3.00000</pre>
=={{header|Go}}==
{{output?|Go}}
<lang go>package main
 
Line 423 ⟶ 422:
fmt.Println(v3(a, b, c))
}</lang>
Output:
<pre>
49
{5 5 -7}
6
{-267 204 -3}
</pre>
 
=={{header|Icon}} and {{header|Unicon}}==
1,707

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.