摘要: 1: strictfp strictfp 即 strict float point (精确浮点),strictfp 关键字可应用于类、接口或方法。使用 strictfp 关键字声明一个方法时,该方法中所有的float和double表达式都严格遵守FP-strict的限制,符合IEEE-754规范。 阅读全文
posted @ 2021-04-29 17:08 老当益壯 阅读(65) 评论(0) 推荐(0)