R 中 is.single() 函数的含义是什么?

发布于 2025-01-10 18:27:20 字数 289 浏览 0 评论 0原文

我偶然发现了函数 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文