# File lib/facets/more/quaternion.rb, line 283
def
longitude
;
Math
.
atan2
(
@km
.
to_f
,
@jm
.
to_f
);
end