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.
Files changed (71) hide show
  1. package/dist/pimath.js +1 -0
  2. package/dist/pimath.js.map +1 -0
  3. package/package.json +6 -10
  4. package/types/algebra/equation.d.ts.map +0 -1
  5. package/types/algebra/equationSolver.d.ts.map +0 -1
  6. package/types/algebra/factor.d.ts.map +0 -1
  7. package/types/algebra/linearSystem.d.ts.map +0 -1
  8. package/types/algebra/logicalset.d.ts.map +0 -1
  9. package/types/algebra/monom.d.ts.map +0 -1
  10. package/types/algebra/polyFactor.d.ts.map +0 -1
  11. package/types/algebra/polynom.d.ts.map +0 -1
  12. package/types/coefficients/fraction.d.ts.map +0 -1
  13. package/types/coefficients/nthRoot.d.ts.map +0 -1
  14. package/types/geometry/circle.d.ts.map +0 -1
  15. package/types/geometry/geomMath.d.ts.map +0 -1
  16. package/types/geometry/line.d.ts.map +0 -1
  17. package/types/geometry/line3.d.ts.map +0 -1
  18. package/types/geometry/matrix.d.ts.map +0 -1
  19. package/types/geometry/plane3.d.ts.map +0 -1
  20. package/types/geometry/point.d.ts.map +0 -1
  21. package/types/geometry/triangle.d.ts.map +0 -1
  22. package/types/geometry/vector.d.ts.map +0 -1
  23. package/types/helpers.d.ts.map +0 -1
  24. package/types/index.d.ts.map +0 -1
  25. package/types/numeric.d.ts.map +0 -1
  26. package/types/pimath.interface.d.ts.map +0 -1
  27. package/types/randomization/algebra/rndEquation.d.ts.map +0 -1
  28. package/types/randomization/algebra/rndMonom.d.ts.map +0 -1
  29. package/types/randomization/algebra/rndPolynom.d.ts.map +0 -1
  30. package/types/randomization/coefficient/rndFraction.d.ts.map +0 -1
  31. package/types/randomization/geometry/rndCircle.d.ts.map +0 -1
  32. package/types/randomization/geometry/rndLine.d.ts.map +0 -1
  33. package/types/randomization/geometry/rndLine3.d.ts.map +0 -1
  34. package/types/randomization/geometry/rndVector.d.ts.map +0 -1
  35. package/types/randomization/random.d.ts.map +0 -1
  36. package/types/randomization/rndHelpers.d.ts.map +0 -1
  37. package/types/randomization/rndTypes.d.ts.map +0 -1
  38. /package/{types → dist}/algebra/equation.d.ts +0 -0
  39. /package/{types → dist}/algebra/equationSolver.d.ts +0 -0
  40. /package/{types → dist}/algebra/factor.d.ts +0 -0
  41. /package/{types → dist}/algebra/linearSystem.d.ts +0 -0
  42. /package/{types → dist}/algebra/logicalset.d.ts +0 -0
  43. /package/{types → dist}/algebra/monom.d.ts +0 -0
  44. /package/{types → dist}/algebra/polyFactor.d.ts +0 -0
  45. /package/{types → dist}/algebra/polynom.d.ts +0 -0
  46. /package/{types → dist}/coefficients/fraction.d.ts +0 -0
  47. /package/{types → dist}/coefficients/nthRoot.d.ts +0 -0
  48. /package/{types → dist}/geometry/circle.d.ts +0 -0
  49. /package/{types → dist}/geometry/geomMath.d.ts +0 -0
  50. /package/{types → dist}/geometry/line.d.ts +0 -0
  51. /package/{types → dist}/geometry/line3.d.ts +0 -0
  52. /package/{types → dist}/geometry/matrix.d.ts +0 -0
  53. /package/{types → dist}/geometry/plane3.d.ts +0 -0
  54. /package/{types → dist}/geometry/point.d.ts +0 -0
  55. /package/{types → dist}/geometry/triangle.d.ts +0 -0
  56. /package/{types → dist}/geometry/vector.d.ts +0 -0
  57. /package/{types → dist}/helpers.d.ts +0 -0
  58. /package/{types → dist}/index.d.ts +0 -0
  59. /package/{types → dist}/numeric.d.ts +0 -0
  60. /package/{types → dist}/pimath.interface.d.ts +0 -0
  61. /package/{types → dist}/randomization/algebra/rndEquation.d.ts +0 -0
  62. /package/{types → dist}/randomization/algebra/rndMonom.d.ts +0 -0
  63. /package/{types → dist}/randomization/algebra/rndPolynom.d.ts +0 -0
  64. /package/{types → dist}/randomization/coefficient/rndFraction.d.ts +0 -0
  65. /package/{types → dist}/randomization/geometry/rndCircle.d.ts +0 -0
  66. /package/{types → dist}/randomization/geometry/rndLine.d.ts +0 -0
  67. /package/{types → dist}/randomization/geometry/rndLine3.d.ts +0 -0
  68. /package/{types → dist}/randomization/geometry/rndVector.d.ts +0 -0
  69. /package/{types → dist}/randomization/random.d.ts +0 -0
  70. /package/{types → dist}/randomization/rndHelpers.d.ts +0 -0
  71. /package/{types → dist}/randomization/rndTypes.d.ts +0 -0
package/dist/pimath.js CHANGED
@@ -4200,3 +4200,4 @@ const ds = {
4200
4200
  export {
4201
4201
  ms as default
4202
4202
  };
4203
+ //# sourceMappingURL=pimath.js.map