# File lib/facets/more/quaternion.rb, line 310
def
is_quaternion?
;
not
(
is_complex?
);
end