Skip to content

Commit

Permalink
Remove mention of TwicePrecision from the docs (#49665)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seelengrab authored May 7, 2023
1 parent bdb3ded commit 09adbe3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base/range.jl
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,6 @@ value `r[1]`, but alternatively you can supply it as the value of
`r[offset]` for some other index `1 <= offset <= len`. The syntax `a:b`
or `a:b:c`, where any of `a`, `b`, or `c` are floating-point numbers, creates a
`StepRangeLen`.
In conjunction with `TwicePrecision` this can be used to implement ranges that
are free of roundoff error.
!!! compat "Julia 1.7"
The 4th type parameter `L` requires at least Julia 1.7.
Expand Down

0 comments on commit 09adbe3

Please sign in to comment.