Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/math

Package Overview
Dependencies
Maintainers
1
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/math - npm Package Compare versions

Comparing version 5.4.3 to 5.4.4

4

angle.d.ts

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc