We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0d7a2 commit af2a5c7Copy full SHA for af2a5c7
1 file changed
src/fixed.jl
@@ -27,8 +27,6 @@ for T in (Int8, Int16, Int32, Int64)
27
end
28
29
30
-reinterpret{T<:Signed, f}(::Type{Fixed{T,f}}, x::T) = Fixed{T,f}(x, 0)
31
-
32
# basic operators
33
-{T,f}(x::Fixed{T,f}) = Fixed{T,f}(-x.i,0)
34
abs{T,f}(x::Fixed{T,f}) = Fixed{T,f}(abs(x.i),0)
0 commit comments