pimath 0.0.59 → 0.0.60
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/pi.js
CHANGED
|
@@ -3380,10 +3380,10 @@ class Rational {
|
|
|
3380
3380
|
this.domain = () => {
|
|
3381
3381
|
let zeroes = this._denominator.getZeroes();
|
|
3382
3382
|
if (zeroes.length === 0 || zeroes[0].tex === equation_1.PARTICULAR_SOLUTION.real) {
|
|
3383
|
-
return equation_1.PARTICULAR_SOLUTION.
|
|
3383
|
+
return equation_1.PARTICULAR_SOLUTION.varnothing;
|
|
3384
3384
|
}
|
|
3385
3385
|
else if (zeroes[0].tex === equation_1.PARTICULAR_SOLUTION.varnothing) {
|
|
3386
|
-
return equation_1.PARTICULAR_SOLUTION.
|
|
3386
|
+
return equation_1.PARTICULAR_SOLUTION.real;
|
|
3387
3387
|
}
|
|
3388
3388
|
else {
|
|
3389
3389
|
return '\\mathbb{R}\\setminus\\left\\{' +
|