feat: update readme
This commit is contained in:
12
README.md
12
README.md
@@ -1,9 +1,9 @@
|
|||||||
# math
|
# math
|
||||||
|
|
||||||
| Class | Comments |
|
| Class | Comments |
|
||||||
|--------------|------------------|
|
|--------------------------|------------------|
|
||||||
| Crt | 中国剩余定理 |
|
| ChineseRemainderTheorem | 中国剩余定理 |
|
||||||
| EulerTheorem | 欧拉定理 |
|
| EulerTheorem | 欧拉定理 |
|
||||||
| ModularInv | 求乘法逆元【扩展欧几里得法】 |
|
| ModularInv | 求乘法逆元【扩展欧几里得法】 |
|
||||||
| Sqrt10 | 求 \sqrt{10}【连分数】 |
|
| Sqrt10 | 求 \sqrt{10}【连分数】 |
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ package me.hatter.math;
|
|||||||
|
|
||||||
import java.math.BigInteger;
|
import java.math.BigInteger;
|
||||||
|
|
||||||
public class Crt {
|
public class ChineseRemainderTheorem {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println(crt(
|
System.out.println(crt(
|
||||||
Reference in New Issue
Block a user