由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - what is the job of this function ?
相关主题
请教一道c面试题:在线等how to reverse a HUGE list?
boost::function 的 syntax 问题swap every second node?
[合集] C++ virtual function的一个问题。。弱问一个
[合集] matlab函数的返回变量c++ private 问题
C++ questionVC里怎样主动关闭一个弹出的菜单?
C++ Q96: function inheritance (转载)用STL map的时候怎么自己定义大小比较的关系
how to create interface "operator=="C++ template question
non-aggregate type问题how to write some C/C++ program to enable dual monitor?
相关话题的讨论汇总
话题: 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版参与讨论
相关主题
how to write some C/C++ program to enable dual monitor?C++ question
又被铐倒了,关于constructorC++ Q96: function inheritance (转载)
有没有人在Vista下试过UDP广播how to create interface "operator=="
为什么不能成功排序non-aggregate type问题
请教一道c面试题:在线等how to reverse a HUGE list?
boost::function 的 syntax 问题swap every second node?
[合集] C++ virtual function的一个问题。。弱问一个
[合集] matlab函数的返回变量c++ private 问题
相关话题的讨论汇总
话题: function话题: job话题: what话题: double话题: uses