Vector products: Difference between revisions

m
mNo edit summary
Line 801:
</pre>
=={{header|Forth}}==
{{works with|all ANS Forth-systems |with a separate floating point stack.}}<lang Forth>
<lang Forth>
: 3f! ( &v - ) ( f: x y z - ) dup float+ dup float+ f! f! f! ;
 
Anonymous user