如何判断 一个double 是不是 NaN
2个回答
引用cn#akLLVQapLB的回答:
打开 MATLAB Command window中输入 help NaN,可以看到 NaN(Not-a-Number) 的意思是“不是一个数字”。 NaN is the IEEE arithmetic representation for Not-a-Number. A NaN is obtained as a result of mathematically undefined operations l
打开 MATLAB Command window中输入 help NaN,可以看到 NaN(Not-a-Number) 的意思是“不是一个数字”。 NaN is the IEEE arithmetic representation for Not-a-Number. A NaN is obtained as a result of mathematically undefined operations l
展开全部
判断一个数是否是NaN
要这样写:Double.isNaN(d)
若写成 d==Double.NaN是不行滴!
如果是Double类型,还有一个d.isNaN()方法可以判断
其他类型类推
要这样写:Double.isNaN(d)
若写成 d==Double.NaN是不行滴!
如果是Double类型,还有一个d.isNaN()方法可以判断
其他类型类推
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询