Quaternion type: Difference between revisions

m
→‎{{header|Pascal}}: add link to Delphi
m (→‎{{header|Pascal}}: add link to Delphi)
Line 2,541:
q1.mult(q2)
q1.mult(q2) != q2.mult(q1)</lang>
 
=={{header|Pascal}}==
The [[Quaternion_type#Delphi | Delphi]] example also works with FreePascal.
 
=={{header|Perl}}==
Anonymous user