Skip to content

Commit bd96a8f

Browse files
authored
remove type piracy from show of DoubleFloat types (#179)
1 parent 87ba8de commit bd96a8f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/type/show.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import Printf: ini_dec, fix_dec
22

3-
show(io::IO, ::Type{Double64}) = print(io, "Double64")
4-
show(io::IO, ::Type{Double32}) = print(io, "Double32")
5-
63
function show(io::IO, x::DoubleFloat{T}) where {T<:IEEEFloat}
74
compact = get(io, :compact, false)
85
if compact

0 commit comments

Comments
 (0)