From bcce68d79862e99403166c0bbbf7f1565beb658d Mon Sep 17 00:00:00 2001 From: Patrick Kofod Mogensen Date: Wed, 15 Aug 2018 09:13:34 +0200 Subject: [PATCH] Fix input args in rem_pio2_kernel doc string (#28657) It was once an argument, but it's calculated on the first line, so... --- base/special/rem_pio2.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/special/rem_pio2.jl b/base/special/rem_pio2.jl index 67cb067955f7a..c8d1018cd7881 100644 --- a/base/special/rem_pio2.jl +++ b/base/special/rem_pio2.jl @@ -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