1 2 3 4
摘要: 一、抛砖引玉 一个简单的示例: double a = 0.0; IntStream.range(0,3).foreach(i->a+=0.1); System.out.println(a); // 0.30000000000000004 System.out.println(a == 0.3); / 阅读全文
posted @ 2021-08-10 16:33 SimpleIto 阅读(1352) 评论(0) 推荐(1) 编辑