File tree Expand file tree Collapse file tree
src/main/java/de/tilman_neumann/jml Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /*
2+ * java-math-library is a Java library focused on number theory, but not necessarily limited to it. It is based on the PSIQS 4.0 factoring project.
3+ * Copyright (C) 2018-2026 Tilman Neumann - tilman.neumann@web.de
4+ *
5+ * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License
6+ * as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
7+ *
8+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
9+ * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
10+ *
11+ * You should have received a copy of the GNU General Public License along with this program;
12+ * if not, see <http://www.gnu.org/licenses/>.
13+ */
114package de .tilman_neumann .jml .factor .tdiv ;
215
316import java .math .BigInteger ;
Original file line number Diff line number Diff line change 1+ /*
2+ * java-math-library is a Java library focused on number theory, but not necessarily limited to it. It is based on the PSIQS 4.0 factoring project.
3+ * Copyright (C) 2018-2026 Tilman Neumann - tilman.neumann@web.de
4+ *
5+ * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License
6+ * as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
7+ *
8+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
9+ * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
10+ *
11+ * You should have received a copy of the GNU General Public License along with this program;
12+ * if not, see <http://www.gnu.org/licenses/>.
13+ */
114package de .tilman_neumann .jml .factor .tdiv ;
215
316import java .math .BigInteger ;
Original file line number Diff line number Diff line change 1+ /*
2+ * java-math-library is a Java library focused on number theory, but not necessarily limited to it. It is based on the PSIQS 4.0 factoring project.
3+ * Copyright (C) 2018-2026 Tilman Neumann - tilman.neumann@web.de
4+ *
5+ * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License
6+ * as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
7+ *
8+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
9+ * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
10+ *
11+ * You should have received a copy of the GNU General Public License along with this program;
12+ * if not, see <http://www.gnu.org/licenses/>.
13+ */
114package de .tilman_neumann .jml .primes .exact ;
215
316/**
You can’t perform that action at this time.
0 commit comments