Skip to content

Commit 8221c87

Browse files
sje30mbauman
authored andcommitted
align superscripts in comment for tan(y) (#30522)
1 parent 2e91c5e commit 8221c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/special/trig.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ tan(x::Real) = tan(float(x))
245245
# Callers may do the optimization tan(y) ~ y for tiny y.
246246
# 3. tan(y) is approximated by a odd polynomial of degree 27 on
247247
# [0,0.67434]
248-
# 3 27
248+
# 3 27
249249
# tan(y) ~ y + T1*y + ... + T13*y ≡ P(y)
250250
# where
251251
#

0 commit comments

Comments
 (0)