pimath 0.0.117 → 0.0.118

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
@@ -6113,7 +6113,7 @@ class Line {
6113
6113
  x &= ${(new polynom_1.Polynom(this._OA.x)
6114
6114
  .add(new monom_1.Monom(this._d.x).multiply(new monom_1.Monom('k'))))
6115
6115
  .reorder('k', true)
6116
- .tex}\\
6116
+ .tex}\\\\\
6117
6117
  y &= ${(new polynom_1.Polynom(this._OA.y)
6118
6118
  .add(new monom_1.Monom(this._d.y).multiply(new monom_1.Monom('k'))))
6119
6119
  .reorder('k', true)