Jump to content

Talk:Quaternion type: Difference between revisions

m
(→‎Imaginary parts (plural): Julia outdated w.r.t. imag?)
Line 126:
: Julia code on site (well one source), is fixed.
 
===Julia outdated w.r.t. imag?===
Look at [https://github.com/andrioni/Quaternions.jl this link] to see a version from the Julia site that has fixed imag to be:
:<code>imag{T}(z::Quaternion{T}) = Quaternion(zero(T), z.q1, z.q2, z.q3)</code>
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.