```julia julia> x = interval(0.1) [0.1, 0.1] julia> sin(x) [0.0998334, 0.0998334] julia> diam(sin(x)) 1.3877787807814457e-17 ``` The interval `sin(x)` is not thin (the diameter is > 0), but the display shows the same lower and upper bounds.
The interval
sin(x)is not thin (the diameter is > 0), but the display shows the same lower and upper bounds.