pimath 0.1.18 → 0.1.19
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 +1 -0
- package/dist/pimath.js.map +1 -0
- package/package.json +6 -10
- package/types/algebra/equation.d.ts.map +0 -1
- package/types/algebra/equationSolver.d.ts.map +0 -1
- package/types/algebra/factor.d.ts.map +0 -1
- package/types/algebra/linearSystem.d.ts.map +0 -1
- package/types/algebra/logicalset.d.ts.map +0 -1
- package/types/algebra/monom.d.ts.map +0 -1
- package/types/algebra/polyFactor.d.ts.map +0 -1
- package/types/algebra/polynom.d.ts.map +0 -1
- package/types/coefficients/fraction.d.ts.map +0 -1
- package/types/coefficients/nthRoot.d.ts.map +0 -1
- package/types/geometry/circle.d.ts.map +0 -1
- package/types/geometry/geomMath.d.ts.map +0 -1
- package/types/geometry/line.d.ts.map +0 -1
- package/types/geometry/line3.d.ts.map +0 -1
- package/types/geometry/matrix.d.ts.map +0 -1
- package/types/geometry/plane3.d.ts.map +0 -1
- package/types/geometry/point.d.ts.map +0 -1
- package/types/geometry/triangle.d.ts.map +0 -1
- package/types/geometry/vector.d.ts.map +0 -1
- package/types/helpers.d.ts.map +0 -1
- package/types/index.d.ts.map +0 -1
- package/types/numeric.d.ts.map +0 -1
- package/types/pimath.interface.d.ts.map +0 -1
- package/types/randomization/algebra/rndEquation.d.ts.map +0 -1
- package/types/randomization/algebra/rndMonom.d.ts.map +0 -1
- package/types/randomization/algebra/rndPolynom.d.ts.map +0 -1
- package/types/randomization/coefficient/rndFraction.d.ts.map +0 -1
- package/types/randomization/geometry/rndCircle.d.ts.map +0 -1
- package/types/randomization/geometry/rndLine.d.ts.map +0 -1
- package/types/randomization/geometry/rndLine3.d.ts.map +0 -1
- package/types/randomization/geometry/rndVector.d.ts.map +0 -1
- package/types/randomization/random.d.ts.map +0 -1
- package/types/randomization/rndHelpers.d.ts.map +0 -1
- package/types/randomization/rndTypes.d.ts.map +0 -1
- /package/{types → dist}/algebra/equation.d.ts +0 -0
- /package/{types → dist}/algebra/equationSolver.d.ts +0 -0
- /package/{types → dist}/algebra/factor.d.ts +0 -0
- /package/{types → dist}/algebra/linearSystem.d.ts +0 -0
- /package/{types → dist}/algebra/logicalset.d.ts +0 -0
- /package/{types → dist}/algebra/monom.d.ts +0 -0
- /package/{types → dist}/algebra/polyFactor.d.ts +0 -0
- /package/{types → dist}/algebra/polynom.d.ts +0 -0
- /package/{types → dist}/coefficients/fraction.d.ts +0 -0
- /package/{types → dist}/coefficients/nthRoot.d.ts +0 -0
- /package/{types → dist}/geometry/circle.d.ts +0 -0
- /package/{types → dist}/geometry/geomMath.d.ts +0 -0
- /package/{types → dist}/geometry/line.d.ts +0 -0
- /package/{types → dist}/geometry/line3.d.ts +0 -0
- /package/{types → dist}/geometry/matrix.d.ts +0 -0
- /package/{types → dist}/geometry/plane3.d.ts +0 -0
- /package/{types → dist}/geometry/point.d.ts +0 -0
- /package/{types → dist}/geometry/triangle.d.ts +0 -0
- /package/{types → dist}/geometry/vector.d.ts +0 -0
- /package/{types → dist}/helpers.d.ts +0 -0
- /package/{types → dist}/index.d.ts +0 -0
- /package/{types → dist}/numeric.d.ts +0 -0
- /package/{types → dist}/pimath.interface.d.ts +0 -0
- /package/{types → dist}/randomization/algebra/rndEquation.d.ts +0 -0
- /package/{types → dist}/randomization/algebra/rndMonom.d.ts +0 -0
- /package/{types → dist}/randomization/algebra/rndPolynom.d.ts +0 -0
- /package/{types → dist}/randomization/coefficient/rndFraction.d.ts +0 -0
- /package/{types → dist}/randomization/geometry/rndCircle.d.ts +0 -0
- /package/{types → dist}/randomization/geometry/rndLine.d.ts +0 -0
- /package/{types → dist}/randomization/geometry/rndLine3.d.ts +0 -0
- /package/{types → dist}/randomization/geometry/rndVector.d.ts +0 -0
- /package/{types → dist}/randomization/random.d.ts +0 -0
- /package/{types → dist}/randomization/rndHelpers.d.ts +0 -0
- /package/{types → dist}/randomization/rndTypes.d.ts +0 -0
package/dist/pimath.js
CHANGED