Quaternion type: Difference between revisions

{{incomplete|Ruby|IRB session has yet to be updated to reflect edits to multiplication in the code.}}
({{incorrect|Purebasic|Results don't match others/hand calculations}})
({{incomplete|Ruby|IRB session has yet to be updated to reflect edits to multiplication in the code.}})
Line 2,167:
 
=={{header|Ruby}}==
{{incomplete|Ruby|IRB session has yet to be updated to reflect edits to multiplication in the code.}}
<lang ruby>class Quaternion
attr_reader :a, :b, :c, :d
Anonymous user