Skip to content

Commit d29d2d6

Browse files
authored
Update Example header in admonition to render PDF better, see JuliaLang#44866. (JuliaLang#45026)
1 parent 3fc6eac commit d29d2d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

base/floatfuncs.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,8 @@ julia> round(357.913; sigdigits=4, base=2)
9797
Rounding to specified digits in bases other than 2 can be inexact when
9898
operating on binary floating point numbers. For example, the [`Float64`](@ref)
9999
value represented by `1.15` is actually *less* than 1.15, yet will be
100-
rounded to 1.2.
100+
rounded to 1.2. For example:
101101
102-
# Examples
103102
```jldoctest; setup = :(using Printf)
104103
julia> x = 1.15
105104
1.15

0 commit comments

Comments
 (0)