Skip to content

Commit

Permalink
Fix input args in rem_pio2_kernel doc string (#28657)
Browse files Browse the repository at this point in the history
It was once an argument, but it's calculated on the first line, so...

(cherry picked from commit bcce68d)
  • Loading branch information
pkofod authored and KristofferC committed Feb 11, 2019
1 parent efd4aeb commit a6a2f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/special/rem_pio2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function paynehanek(x::Float64)
end

"""
rem_pio2_kernel(x, xhp)
rem_pio2_kernel(x)
Return the remainder of `x` modulo π/2 as a double-double pair, along with a `k`
such that ``k \\mod 3 == K \\mod 3`` where ``K*π/2 = x - rem``. Note, that it is
Expand Down

0 comments on commit a6a2f08

Please sign in to comment.