Quaternion type: Difference between revisions

Content deleted Content added
Line 638:
(a/n2, b/n2, c/n2, d/n2)</lang>
 
and the interface as a file q.mli:
<lang ocaml>type quaternion = float * float * float * float