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 242d33c commit 4ff05bcCopy full SHA for 4ff05bc
src/BaseType.jl
@@ -14,7 +14,7 @@ For example,
14
Float32 => Float32,
15
16
Array{Float64,1} => Float64,
17
- ComplexF64 => ComplexF64,
+ ComplexF64 => Float64,
18
Dual{Int64} => Int64,
19
Quantity{Float32} => Float32,
20
]
0 commit comments