Skip to content

Commit 537ea4b

Browse files
authored
doc: fix latex formatting in cis docstring (JuliaLang#52845)
1 parent 6dc0da4 commit 537ea4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/complex.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ end
570570
"""
571571
cis(x)
572572
573-
More efficient method for `exp(im*x)` by using Euler's formula: ``cos(x) + i sin(x) = \\exp(i x)``.
573+
More efficient method for `exp(im*x)` by using Euler's formula: ``\\cos(x) + i \\sin(x) = \\exp(i x)``.
574574
575575
See also [`cispi`](@ref), [`sincos`](@ref), [`exp`](@ref), [`angle`](@ref).
576576

0 commit comments

Comments
 (0)