@thi.ng/math
Advanced tools
Comparing version 5.3.18 to 5.4.0
# Change Log | ||
- **Last updated**: 2022-12-22T21:47:07Z | ||
- **Last updated**: 2023-01-10T15:20:19Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
## [5.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@5.4.0) (2023-01-10) | ||
#### 🚀 Features | ||
- add factorial. permutation/combination fns ([965af0d](https://github.com/thi-ng/umbrella/commit/965af0d)) | ||
## [5.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@5.3.0) (2022-03-11) | ||
@@ -14,0 +20,0 @@ |
@@ -13,2 +13,3 @@ export * from "./api.js"; | ||
export * from "./mix.js"; | ||
export * from "./permutations.js"; | ||
export * from "./prec.js"; | ||
@@ -15,0 +16,0 @@ export * from "./prime.js"; |
@@ -13,2 +13,3 @@ export * from "./api.js"; | ||
export * from "./mix.js"; | ||
export * from "./permutations.js"; | ||
export * from "./prec.js"; | ||
@@ -15,0 +16,0 @@ export * from "./prime.js"; |
{ | ||
"name": "@thi.ng/math", | ||
"version": "5.3.18", | ||
"version": "5.4.0", | ||
"description": "Assorted common math functions & utilities", | ||
@@ -40,7 +40,7 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.6.2" | ||
"@thi.ng/api": "^8.6.3" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.33.7", | ||
"@thi.ng/testament": "^0.3.8", | ||
"@thi.ng/testament": "^0.3.9", | ||
"rimraf": "^3.0.2", | ||
@@ -117,2 +117,5 @@ "tools": "^0.0.1", | ||
}, | ||
"./permutations": { | ||
"default": "./permutations.js" | ||
}, | ||
"./prec": { | ||
@@ -140,3 +143,3 @@ "default": "./prec.js" | ||
}, | ||
"gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n" | ||
"gitHead": "3f0b3e2a7c82aefc7e46fb4338369836b5e1b8cf\n" | ||
} |
@@ -69,3 +69,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (brotli'd, pre-treeshake): ESM: 3.91 KB | ||
Package sizes (brotli'd, pre-treeshake): ESM: 4.03 KB | ||
@@ -120,2 +120,2 @@ ## Dependencies | ||
© 2013 - 2022 Karsten Schmidt // Apache License 2.0 | ||
© 2013 - 2023 Karsten Schmidt // Apache License 2.0 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
109031
44
2707
Updated@thi.ng/api@^8.6.3