java.math.BigInteger中 [英] java.math.BigInteger

查看:96
本文介绍了java.math.BigInteger中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不明白这个程序正在做什么。有人可以告诉我它是什么。因为我在一个调用此函数的程序中有gcd函数。非常感谢

I don''t understand about this program is doing. Could someone please tell me what it is about. Because I have gcd function in one program that calls this function. Thanks a lot

展开 | 选择 | Wrap | 行号

推荐答案


我不喜欢不明白这个程序正在做什么。有人可以告诉我它是什么。因为我在一个调用此函数的程序中有gcd函数。非常感谢
I don''t understand about this program is doing. Could someone please tell me what it is about. Because I have gcd function in one program that calls this function. Thanks a lot
展开 | 选择 | Wrap | 行号



哪个部分具体你不明白?
which part specifically do you not understand?



java包代码。从我的阅读来看,signum是''+'','' - '或0.

那么,mutableBigInteger用于什么?

至于gcd(a, b)计算实际上是关于

a.gcd(b)

然后它涉及运算符''mod''来得到余数。

我在哪里可以检查这些运营商?

The java package code. From my reading, signum is either ''+'', ''-'' or 0.
Then, mutableBigInteger is for what?
As for gcd (a, b) calculation actually is about
a.gcd(b)
Then it involves with operator ''mod'' to get remainder.
Where can I check those operators?

展开 | 选择 < span class =codeDivider> | Wrap | 行号



java包代码。从我的阅读来看,signum是''+'','' - '或0.

那么,mutableBigInteger用于什么?

至于gcd(a, b)计算实际上是关于

a.gcd(b)

然后它涉及运算符''mod''来得到余数。

我在哪里可以检查这些运营商?

The java package code. From my reading, signum is either ''+'', ''-'' or 0.
Then, mutableBigInteger is for what?
As for gcd (a, b) calculation actually is about
a.gcd(b)
Then it involves with operator ''mod'' to get remainder.
Where can I check those operators?

展开 | 选择 < span class =codeDivider> | Wrap | 行号


这篇关于java.math.BigInteger中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆