feat: update readme

This commit is contained in:
2025-07-18 07:05:25 +08:00
parent 83f560bb53
commit 05e3c3c0e2
2 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
# math
| Class | Comments |
|--------------|------------------|
| Crt | 中国剩余定理 |
|--------------------------|------------------|
| ChineseRemainderTheorem | 中国剩余定理 |
| EulerTheorem | 欧拉定理 |
| ModularInv | 求乘法逆元【扩展欧几里得法】 |
| Sqrt10 | 求 \sqrt{10}【连分数】 |

View File

@@ -2,7 +2,7 @@ package me.hatter.math;
import java.math.BigInteger;
public class Crt {
public class ChineseRemainderTheorem {
public static void main(String[] args) {
System.out.println(crt(