pimath 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/pimath.js
CHANGED
|
@@ -4815,12 +4815,12 @@ const ct = {
|
|
|
4815
4815
|
positive: !0
|
|
4816
4816
|
};
|
|
4817
4817
|
function et(n) {
|
|
4818
|
-
console.log(n);
|
|
4819
4818
|
const t = Object.assign(
|
|
4819
|
+
{},
|
|
4820
4820
|
ct,
|
|
4821
4821
|
n
|
|
4822
4822
|
);
|
|
4823
|
-
if (
|
|
4823
|
+
if (t.factorable) return Pt(t);
|
|
4824
4824
|
const e = new u().empty();
|
|
4825
4825
|
let i;
|
|
4826
4826
|
const s = t.degree ?? 2;
|