码迷,mamicode.com
首页 > 其他好文 > 详细

ceil中有-0啊

时间:2020-07-07 13:28:09      阅读:80      评论:0      收藏:0      [点我收藏+]

标签:ceil   line   大于   相同   lsp   plain   order   aci   java   

 
 
技术图片

 

 

 
这里主要是有一点:
1
Math.ceil(d1) 
ceil 方法上有这么一段注释:If the argument value is less than zero but greater than -1.0, then the result is negative zero
如果参数小于0且大于-1.0,结果为 -0
1
Math.floor(d1)
ceil 和 floor 方法 上都有一句话:If the argument is NaN or an infinity or positive zero or negative zero, then the result is the same as  the argument,意思为:如果参数是 NaN、无穷、正 0、负 0,那么结果与参数相同,
如果是 -0.0,那么其结果是 -0.0

ceil中有-0啊

标签:ceil   line   大于   相同   lsp   plain   order   aci   java   

原文地址:https://www.cnblogs.com/albertshine/p/13259857.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!