Quaternion type: Difference between revisions

m
BASIC256 and BBC BASIC moved to the BASIC section.
m (BASIC256 and BBC BASIC moved to the BASIC section.)
Line 980:
Type: Boolean</syntaxhighlight>
 
=={{header|BASIC256BASIC}}==
==={{header|BASIC256}}===
{{works with|BASIC256|2.0.0.11}}
<syntaxhighlight lang="basic256">
Line 1,086 ⟶ 1,087:
</pre>
 
==={{header|BBC BASIC}}===
Although BBC BASIC doesn't have native support for quaternions its array arithmetic provides all of the required operations either directly or very straightforwardly.
<syntaxhighlight lang="bbcbasic"> DIM q(3), q1(3), q2(3), t(3)
511

edits