We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be35c2f commit eff338cCopy full SHA for eff338c
1 file changed
tests/cases/passing/log-float.pre
@@ -1,2 +1,2 @@
1
-ASSERT(EQ(LOG(0d3.5), 0d1))
2
-ASSERT(EQ(LOG(0d16.0), 0d4))
+ASSERT(EQ(LOG(0b11.1), 0b1.0))
+ASSERT(EQ(LOG(0b10000.0), 0b100.0))
0 commit comments