1
0
mirror of https://github.com/fumiama/gozel.git synced 2026-06-05 00:10:24 +08:00
This commit is contained in:
源文雨
2026-03-26 00:32:52 +08:00
parent 92dcabe841
commit 6de4b7cabe
3 changed files with 46 additions and 2 deletions

View File

@@ -245,8 +245,6 @@ func main() {
if zev1[i] != expect {
fail = true
fmt.Printf("[%05d] expect %f = %f + %f, got %f.\n", i, expect, floatbuf[i], floatbuf[N+i], zev1[i])
} else {
// fmt.Printf("[%05d] valid %f = %f + %f, got %f.\n", i, expect, floatbuf[i], floatbuf[N+i], zev1[i])
}
}