@thi.ng/math
Advanced tools
Comparing version 2.0.3 to 2.0.4
export declare const absDiff: (x: number, y: number) => number; | ||
export declare const sign: (x: number, eps?: number) => 1 | -1 | 0; | ||
export declare const sign: (x: number, eps?: number) => 1 | 0 | -1; | ||
//# sourceMappingURL=abs.d.ts.map |
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/math@2.0.3...@thi.ng/math@2.0.4) (2020-08-28) | ||
**Note:** Version bump only for package @thi.ng/math | ||
## [2.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/math@2.0.2...@thi.ng/math@2.0.3) (2020-08-17) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/math", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Assorted common math functions & utilities", | ||
@@ -42,10 +42,10 @@ "module": "./index.js", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@microsoft/api-extractor": "^7.9.2", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^14.0.26", | ||
"mocha": "^8.1.1", | ||
"@microsoft/api-extractor": "^7.9.11", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.6.1", | ||
"mocha": "^8.1.2", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^8.10.1", | ||
"ts-node": "^9.0.0", | ||
"typedoc": "^0.18.0", | ||
"typescript": "^3.9.7" | ||
"typescript": "^4.0.2" | ||
}, | ||
@@ -73,3 +73,3 @@ "files": [ | ||
}, | ||
"gitHead": "44824f17050b412d635b576bf5f9b2136dac9554" | ||
"gitHead": "3a55c0df86c5be9c56a1e1a4c0cfcaa2809a160a" | ||
} |
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
168674