Ruby:计算浮点数中的数字
有没有有价值的 Ruby 方法来计算浮点数中的位数?另外,如何指定 to_s 浮点数的精确时间?
Is there any worthy Ruby method to count the number of digits in a float? Also, how do I specify the precise when to_s float numbers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
指定 Ruby 中浮点数的精度。您可以使用圆形方法。
2是精度。
to specify precision of a float in Ruby. you can use the round method.
2 is the precision.
我认为您应该查看 number_with_ precision 帮助程序。
I think you should check out the number_with_precision helper.