[FIR] Use ieee754equals for floating-point equality operations
This commit is contained in:
committed by
Mikhail Glukhikh
parent
d66281d11f
commit
b74652aa5b
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
fun test1d(x: Double, y: Double) = x != y
|
||||
fun test2d(x: Double, y: Double?) = x != y
|
||||
fun test3d(x: Double, y: Any) = x != y
|
||||
|
||||
Reference in New Issue
Block a user