@thi.ng/math
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/math@0.2.1...@thi.ng/math@0.2.2) (2018-12-15) | ||
**Note:** Version bump only for package @thi.ng/math | ||
## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/math@0.2.0...@thi.ng/math@0.2.1) (2018-11-20) | ||
@@ -8,0 +16,0 @@ |
@@ -15,7 +15,7 @@ /** | ||
export declare const min2id: (a: number, b: number) => 1 | 0; | ||
export declare const min3id: (a: number, b: number, c: number) => 2 | 1 | 0; | ||
export declare const min4id: (a: number, b: number, c: number, d: number) => 2 | 3 | 1 | 0; | ||
export declare const min3id: (a: number, b: number, c: number) => 1 | 2 | 0; | ||
export declare const min4id: (a: number, b: number, c: number, d: number) => 1 | 2 | 3 | 0; | ||
export declare const max2id: (a: number, b: number) => 1 | 0; | ||
export declare const max3id: (a: number, b: number, c: number) => 2 | 1 | 0; | ||
export declare const max4id: (a: number, b: number, c: number, d: number) => 2 | 3 | 1 | 0; | ||
export declare const max3id: (a: number, b: number, c: number) => 1 | 2 | 0; | ||
export declare const max4id: (a: number, b: number, c: number, d: number) => 1 | 2 | 3 | 0; | ||
/** | ||
@@ -22,0 +22,0 @@ * See `smax()`. |
{ | ||
"name": "@thi.ng/math", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Assorted common math functions & utilities", | ||
@@ -24,7 +24,7 @@ "main": "./index.js", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.12.0", | ||
"@types/node": "^10.12.15", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.1.0", | ||
"typedoc": "^0.13.0", | ||
"typescript": "^3.1.3" | ||
"typescript": "^3.2.2" | ||
}, | ||
@@ -43,3 +43,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "e044a6a2548a372399444479153861da6a63e1dc" | ||
"gitHead": "159ce8f6b1d2dad1e12f2ba3f4f7b60d1623acee" | ||
} |
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
37295