split file
This commit is contained in:
@@ -53,7 +53,7 @@ func crt(cmd *cobra.Command, args []string) {
|
||||
log.Fatalf("moduli %v are not pairwise coprime", moduli)
|
||||
}
|
||||
|
||||
x, N := lib.CRTSolutionGeneral(rs, ns)
|
||||
x, N := lib.CRTSolution(rs, ns)
|
||||
|
||||
fmt.Println(x)
|
||||
fmt.Println(N)
|
||||
|
||||
Reference in New Issue
Block a user