mathjs 14.5.0 → 14.5.1

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 (30) hide show
  1. package/HISTORY.md +9 -0
  2. package/lib/browser/math.js +1 -1
  3. package/lib/browser/math.js.LICENSE.txt +2 -2
  4. package/lib/browser/math.js.map +1 -1
  5. package/lib/cjs/entry/dependenciesAny/dependenciesCoulombConstant.generated.js +19 -0
  6. package/lib/cjs/entry/dependenciesAny.generated.js +7 -0
  7. package/lib/cjs/entry/impureFunctionsAny.generated.js +3 -2
  8. package/lib/cjs/entry/pureFunctionsAny.generated.js +15 -10
  9. package/lib/cjs/expression/embeddedDocs/embeddedDocs.js +2 -2
  10. package/lib/cjs/factoriesAny.js +6 -0
  11. package/lib/cjs/function/complex/conj.js +3 -2
  12. package/lib/cjs/function/probability/randomInt.js +1 -1
  13. package/lib/cjs/function/utils/numeric.js +1 -0
  14. package/lib/cjs/header.js +2 -2
  15. package/lib/cjs/type/unit/physicalConstants.js +3 -2
  16. package/lib/cjs/utils/snapshot.js +1 -1
  17. package/lib/cjs/version.js +1 -1
  18. package/lib/esm/entry/dependenciesAny/dependenciesCoulombConstant.generated.js +12 -0
  19. package/lib/esm/entry/dependenciesAny.generated.js +1 -0
  20. package/lib/esm/entry/impureFunctionsAny.generated.js +4 -3
  21. package/lib/esm/entry/pureFunctionsAny.generated.js +12 -7
  22. package/lib/esm/expression/embeddedDocs/embeddedDocs.js +2 -2
  23. package/lib/esm/factoriesAny.js +1 -1
  24. package/lib/esm/function/complex/conj.js +3 -2
  25. package/lib/esm/function/probability/randomInt.js +1 -1
  26. package/lib/esm/function/utils/numeric.js +1 -0
  27. package/lib/esm/type/unit/physicalConstants.js +2 -1
  28. package/lib/esm/utils/snapshot.js +1 -1
  29. package/lib/esm/version.js +1 -1
  30. package/package.json +6 -6
package/HISTORY.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # History
2
2
 
3
+ # 2025-05-28, 14.5.1
4
+
5
+ - Fix: #3482 mathjs throwing an error related to `BigInt` when loading in
6
+ specific environments.
7
+ - Fix: syntax section of function `numeric` (see #3448).
8
+ - Fix: #3472 rename physical constant `coulomb` to `coulombConstant`. The old
9
+ name is still available for backward compatibility.
10
+ - Fix: support multiplication of arrays with units (#3456). Thanks @Delaney.
11
+
3
12
  # 2025-05-21, 14.5.0
4
13
 
5
14
  - Feat: improve the performance of the `map` and `forEach` methods of