Skip to content

Commit

Permalink
doc: fix latex formatting in cis docstring (#52845)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Jan 13, 2024
1 parent 6dc0da4 commit 537ea4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/complex.jl
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ end
"""
cis(x)
More efficient method for `exp(im*x)` by using Euler's formula: ``cos(x) + i sin(x) = \\exp(i x)``.
More efficient method for `exp(im*x)` by using Euler's formula: ``\\cos(x) + i \\sin(x) = \\exp(i x)``.
See also [`cispi`](@ref), [`sincos`](@ref), [`exp`](@ref), [`angle`](@ref).
Expand Down

0 comments on commit 537ea4b

Please sign in to comment.