gpt4 book ai didi

java - Ruby 相当于 java BigInteger

转载 作者:行者123 更新时间:2023-12-01 14:06:13 32 4
gpt4 key购买 nike

我正在尝试使用 Ruby 编程语言匹配 Java 中 BigInteger 的精度。有谁知道 Ruby 的 BigInteger 等价物?

最佳答案

Ruby 会自动为您处理:

1 << 32
# => 4294967296
1 << 65
# => 36893488147419103232
1 << 65535
# => 1001764965203...(lots of numbers)...859578368

不需要显式的“bignum”类型类,因为常规 Integer 会这样做。

关于java - Ruby 相当于 java BigInteger,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48812709/

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