gpt4 book ai didi

r - 在 R 中提取小数点后 100 位数字的最有效方法

转载 作者:行者123 更新时间:2023-12-04 10:49:03 25 4
gpt4 key购买 nike

这是一种相当低效的提取数字的方法。

as.integer((x%%floor(x)*100)-(signif(x%%floor(x)*100,1)))

有没有其他人有更好的方法?

最佳答案

你可以试试

as.integer(x*100) %% 10

关于r - 在 R 中提取小数点后 100 位数字的最有效方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6825719/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com