We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ba466 commit 6353c32Copy full SHA for 6353c32
src/common.jl
@@ -23,6 +23,6 @@ typealias RealFP Union(Float32, Float64)
23
## conversion from real to fp types
24
25
fptype{T<:Union(Float32,Bool,Int8,Uint8,Int16,Uint16)}(::Type{T}) = Float32
26
-fptype{T<:Union(Float64,Int64,Uint64,Int128,Uint128)}(::Type{T}) = Float64
+fptype{T<:Union(Float64,Int32,Uint32,Int64,Uint64,Int128,Uint128)}(::Type{T}) = Float64
27
fptype(::Type{Complex64}) = Complex64
28
fptype(::Type{Complex128}) = Complex128
0 commit comments