Talk:Quaternion type: Difference between revisions

Content added Content deleted
(→‎Imaginary parts (plural): Julia has an update...)
(→‎Imaginary parts (plural): Julia outdated w.r.t. imag?)
Line 125: Line 125:
: Moved to [https://github.com/andrioni/Quaternions.jl/issues/4 here]. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 20:26, 10 August 2014 (UTC)
: Moved to [https://github.com/andrioni/Quaternions.jl/issues/4 here]. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 20:26, 10 August 2014 (UTC)
: Julia code on site (well one source), is fixed.
: 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>
If jq was a copy ...
--[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 08:16, 11 August 2014 (UTC)