We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d8165 commit d3e3f4dCopy full SHA for d3e3f4d
1 file changed
src/compose_rotations.jl
@@ -39,7 +39,7 @@ The output will have the same type as the inputs.
39
40
# Example
41
42
-```jldoctest
+```julia-repl
43
julia> D1 = angle_to_dcm(pi / 3, pi / 4, pi / 5, :ZYX);
44
45
julia> D2 = angle_to_dcm(-pi / 5, -pi / 4, -pi / 3, :XYZ);
0 commit comments