R 中 is.single() 函数的含义是什么?
我偶然发现了函数 is.single()
并且不明白它的作用。描述说:
is.single 报告错误。 R 中没有单精度值。
事实上,如果我尝试在函数内测试不同的内容,我会收到错误。示例:
is.single(1)
Error in is.single(1) : type "single" unimplemented in R
我认为一个似乎总是给出错误的函数没有任何意义。该功能有何用途?
I stumbled on the function is.single()
and do not understand what is does. The description says:
is.single reports an error. There are no single precision values in R.
And indeed, if I try to test different things inside the function I get an error. Example:
is.single(1)
Error in is.single(1) : type "single" unimplemented in R
I see no sense in a function that seemingly always gives an error. What is the function for?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论