@thi.ng/math
Advanced tools
Comparing version 5.4.3 to 5.4.4
@@ -8,3 +8,3 @@ import type { FnN, FnN2, FnN3 } from "@thi.ng/api"; | ||
*/ | ||
export declare const sincos: (theta: number, n?: number) => number[]; | ||
export declare const sincos: (theta: number, n?: number) => [number, number]; | ||
/** | ||
@@ -16,3 +16,3 @@ * Returns vector of `[cos(theta)*n, sin(theta)*n]`. | ||
*/ | ||
export declare const cossin: (theta: number, n?: number) => number[]; | ||
export declare const cossin: (theta: number, n?: number) => [number, number]; | ||
/** | ||
@@ -19,0 +19,0 @@ * Projects `theta` into [0 .. 2π] interval. |
# Change Log | ||
- **Last updated**: 2023-02-10T14:03:10Z | ||
- **Last updated**: 2023-03-02T18:09:03Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [5.4.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@5.4.4) (2023-03-02) | ||
#### ♻️ Refactoring | ||
- update sincos/cossin return types ([ae5cd82](https://github.com/thi-ng/umbrella/commit/ae5cd82)) | ||
## [5.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@5.4.0) (2023-01-10) | ||
@@ -14,0 +20,0 @@ |
{ | ||
"name": "@thi.ng/math", | ||
"version": "5.4.3", | ||
"version": "5.4.4", | ||
"description": "Assorted common math functions & utilities", | ||
@@ -40,3 +40,3 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.7.2" | ||
"@thi.ng/api": "^8.7.3" | ||
}, | ||
@@ -142,3 +142,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "cafa4ecea90fb681949dc3885a5bd6ddefa38b51\n" | ||
"gitHead": "a2915dee637c1b8cd2e11a78a23bd035e4f750e7\n" | ||
} |
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
109259
Updated@thi.ng/api@^8.7.3