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 c5ba4e2 commit d5fdf04Copy full SHA for d5fdf04
test/complex.jl
@@ -934,8 +934,8 @@ end
934
935
@testset "eps" begin
936
@test eps(1.0+1.0im) === 3.1401849173675503e-16
937
- @test eps(Complex128) === eps(1.0+1.0im)
938
- @test eps(Complex64) === 1.6858739f-7
+ @test eps(Complex{Float64}) === eps(1.0+1.0im)
+ @test eps(Complex{Float32}) === 1.6858739f-7
939
@test eps(Float32(1.0)+Float32(1.0)im) === eps(Complex{Float32})
940
end
941
0 commit comments