Number Theory Algorithms


3.0.8.0 by ERVIN GEGPRIFTI
2025年08月14日 旧バージョン

Number Theory Algorithmsについて

非常に大きな数に対して数論アルゴリズムと算術演算を実行する

計算機:

2つの大きな整数を足す

2つの大きな整数を減算する

2つの大きな整数を掛ける

2つの大きな整数を割る

大きな整数のべき乗

大きな整数の根号

2つの大きな整数の最大公約数 (GCD)

2つの大きな整数の最小公倍数 (LCM)

2つの大きな整数の加法

2つの大きな整数の逆数

加法

大きな整数が素数かどうかを調べる

オイラーのファイ関数

階乗

大きな整数の次の素数

大きな整数の次の双子素数ペア

アルゴリズム:

単純二次形式。b、d、e、f、x、y が Z にあるとき、bxy+dx+ey=f となる x,y を解きます。

ユークリッドの互除法。2つの数 a と b の最大公約数 (GCD) を計算します。

拡張ユークリッドの互除法。 x, y について、ax + by = gcd(a, b) となるように解きます。

2変数線形ディオファントス方程式。ax+by=c となるように x, y を解きます。

1変数線形合同式。ax ≡ b (mod m) の形の合同式 x について解きます。

2変数線形合同式。ax+by ≡ c (mod m) の形の合同式 x, y について解きます。

Tonelli-Shanks アルゴリズム。平方剰余を法として計算します。p が素数であるとき、x² ≡ a (mod p) の形の合同式 x について解きます。

因数の法。与えられた数と法に対して、法因数を計算します。(ax + c)(ay + b) = a(axy + bx + cy) + bc = n となる n ≡ bc (mod a) を求めます。

素数リスト。列順に並べられた素数のリストです。

注: パフォーマンスはデバイスによって異なります。

最新バージョン 3.0.8.0 の更新情報

Last updated on 2025年09月14日
- Added compact input view mode.
- Added a temporary field in the calculator for intermediate result storage.
- Added input decrease (-) increase (+) buttons.
- Added a double-tap event on the result to expand it, despite the expand button.
- Added results history in the calculator.
- Added modular power in the calculator.
- Unified vibration on button tap.
- Removed the notify on button tap since buttons them-self indicate that.
- Refactored part of the code.

アプリの追加情報

最終のバージョン

3.0.8.0

投稿者

Shubham Ghule

Android 要件

Android 12.0+

Available on

報告

不適切な内容としてフラグ

もっと見る

APKPure Appを使用する

Number Theory Algorithmsの旧いバージョンをダウンロードすることが可能

ダウンロード

APKPure Appを使用する

Number Theory Algorithmsの旧いバージョンをダウンロードすることが可能

ダウンロード

Number Theory Algorithmsの類似アプリ

ERVIN GEGPRIFTI からもっと手に入れる

発見