gpt4 book ai didi

ruby - 你如何在 JRuby 中将 float 四舍五入到小数点后两位?

转载 作者:数据小太阳 更新时间:2023-10-29 06:16:53 24 4
gpt4 key购买 nike

如何在 JRuby(1.6.x) 中将 float 四舍五入到小数点后两位?

number = 1.1164
number.round(2)

# The above shows the following error
# wrong number of arguments (1 for 0)

最佳答案

(5.65235534).round(2)
#=> 5.65

关于ruby - 你如何在 JRuby 中将 float 四舍五入到小数点后两位?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10459901/

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