Quaternion type: Difference between revisions

Content added Content deleted
Line 638: Line 638:
(a/n2, b/n2, c/n2, d/n2)</lang>
(a/n2, b/n2, c/n2, d/n2)</lang>


the interface as a file q.mli:
and the interface as a file q.mli:
<lang ocaml>type quaternion = float * float * float * float
<lang ocaml>type quaternion = float * float * float * float