boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - what is the job of this function ?
相关主题
请教一道c面试题:在线等
boost::function 的 syntax 问题
[合集] C++ virtual function的一个问题。。
[合集] matlab函数的返回变量
C++ question
C++ Q96: function inheritance (转载)
how to create interface "operator=="
non-aggregate type问题
how to reverse a HUGE list?
swap every second node?
相关话题的讨论汇总
话题: function话题: job话题: what话题: double话题: uses
进入Programming版参与讨论
1 (共1页)
r*******y
发帖数: 1081
1
bool f(double x){
return x==x;
}
Thanks.
A**u
发帖数: 2458
2
?
r*******y
发帖数: 1081
3
I mean if one people uses this function, what does he try to do.

【在 A**u 的大作中提到】
: ?
y***d
发帖数: 2330
4
if one people uses this function, he uses it to ask "if one people uses this
function, what does he try to do."
the job of this function is to be in a question

【在 r*******y 的大作中提到】
: I mean if one people uses this function, what does he try to do.
t****t
发帖数: 6806
5
for double x, "x==x" means x is not NaN.

【在 r*******y 的大作中提到】
: bool f(double x){
: return x==x;
: }
: Thanks.

t****t
发帖数: 6806
6
lol this is smart answer, but usually not expected answer.

this

【在 y***d 的大作中提到】
: if one people uses this function, he uses it to ask "if one people uses this
: function, what does he try to do."
: the job of this function is to be in a question

y***d
发帖数: 2330
7
Of course... only after seeing the answer
阳阳怎么了?

【在 t****t 的大作中提到】
: for double x, "x==x" means x is not NaN.
r*******y
发帖数: 1081
8
this should be a good point.
thanks.

【在 t****t 的大作中提到】
: for double x, "x==x" means x is not NaN.
1 (共1页)
进入Programming版参与讨论
相关主题
swap every second node?
弱问一个
c++ private 问题
VC里怎样主动关闭一个弹出的菜单?
用STL map的时候怎么自己定义大小比较的关系
C++ template question
how to write some C/C++ program to enable dual monitor?
又被铐倒了,关于constructor
有没有人在Vista下试过UDP广播
为什么不能成功排序
相关话题的讨论汇总
话题: function话题: job话题: what话题: double话题: uses