mathjs 14.5.0 → 14.5.2

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 (31) hide show
  1. package/HISTORY.md +16 -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 +5 -1
  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 +5 -1
  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
  31. package/types/index.d.ts +9 -1
package/HISTORY.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # History
2
2
 
3
+ # 2025-05-30, 14.5.2
4
+
5
+ - Fix: add embedded docs for the deprecated physical constant `coulomb`,
6
+ see #3472.
7
+ - Fix: #3469 add `ResultSet` interface and improve `isResultSet` typing
8
+ (#3481). Thanks @ranidam.
9
+
10
+ # 2025-05-28, 14.5.1
11
+
12
+ - Fix: #3482 mathjs throwing an error related to `BigInt` when loading in
13
+ specific environments.
14
+ - Fix: syntax section of function `numeric` (see #3448).
15
+ - Fix: #3472 rename physical constant `coulomb` to `coulombConstant`. The old
16
+ name is still available for backward compatibility.
17
+ - Fix: support multiplication of arrays with units (#3456). Thanks @Delaney.
18
+
3
19
  # 2025-05-21, 14.5.0
4
20
 
5
21
  - Feat: improve the performance of the `map` and `forEach` methods of