@thi.ng/math
Advanced tools
Comparing version 5.3.15 to 5.3.16
import type { FnN2 } from "@thi.ng/api"; | ||
export declare const absDiff: FnN2; | ||
export declare const sign: (x: number, eps?: number) => 1 | -1 | 0; | ||
export declare const sign: (x: number, eps?: number) => 0 | 1 | -1; | ||
//# sourceMappingURL=abs.d.ts.map |
@@ -21,3 +21,3 @@ export declare const PI: number; | ||
export declare let EPS: number; | ||
export declare type Crossing = | ||
export type Crossing = | ||
/** | ||
@@ -24,0 +24,0 @@ * lines A & B are equal |
# Change Log | ||
- **Last updated**: 2022-11-30T22:27:38Z | ||
- **Last updated**: 2022-12-16T12:52:25Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/math", | ||
"version": "5.3.15", | ||
"version": "5.3.16", | ||
"description": "Assorted common math functions & utilities", | ||
@@ -24,3 +24,6 @@ "type": "module", | ||
], | ||
"author": "Karsten Schmidt <k+npm@thi.ng>", | ||
"author": "Karsten Schmidt (https://thi.ng)", | ||
"contributors": [ | ||
"@nkint (https://github.com/nkint)" | ||
], | ||
"license": "Apache-2.0", | ||
@@ -38,11 +41,11 @@ "scripts": { | ||
"dependencies": { | ||
"@thi.ng/api": "^8.5.1" | ||
"@thi.ng/api": "^8.6.0" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.33.5", | ||
"@thi.ng/testament": "^0.3.6", | ||
"@microsoft/api-extractor": "^7.33.7", | ||
"@thi.ng/testament": "^0.3.7", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.23.20", | ||
"typescript": "^4.8.4" | ||
"typedoc": "^0.23.22", | ||
"typescript": "^4.9.4" | ||
}, | ||
@@ -137,3 +140,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "1fe40da507070653f420156d91e6b27cf682004f\n" | ||
"gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n" | ||
} |
<!-- This file is generated - DO NOT EDIT! --> | ||
# ![math](https://media.thi.ng/umbrella/banners-20220914/thing-math.svg?9dfcf861) | ||
# ![@thi.ng/math](https://media.thi.ng/umbrella/banners-20220914/thing-math.svg?9dfcf861) | ||
[![npm version](https://img.shields.io/npm/v/@thi.ng/math.svg)](https://www.npmjs.com/package/@thi.ng/math) | ||
![npm downloads](https://img.shields.io/npm/dm/@thi.ng/math.svg) | ||
[![Twitter Follow](https://img.shields.io/twitter/follow/thing_umbrella.svg?style=flat-square&label=twitter)](https://twitter.com/thing_umbrella) | ||
[![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi) | ||
@@ -22,4 +22,2 @@ This project is part of the | ||
- [Authors](#authors) | ||
- [Maintainer](#maintainer) | ||
- [Contributors](#contributors) | ||
- [License](#license) | ||
@@ -29,3 +27,3 @@ | ||
Assorted common math functions & utilities. | ||
Assorted common math functions & utilities | ||
@@ -69,7 +67,4 @@ Partially ported from Clojure version | ||
```text | ||
# with flag only for < v16 | ||
node --experimental-repl-await | ||
> const math = await import("@thi.ng/math"); | ||
```js | ||
const math = await import("@thi.ng/math"); | ||
``` | ||
@@ -111,10 +106,5 @@ | ||
### Maintainer | ||
- [Karsten Schmidt](https://thi.ng) (Main author) | ||
- [@nkint](https://github.com/nkint) | ||
- Karsten Schmidt ([@postspectacular](https://github.com/postspectacular)) | ||
### Contributors | ||
- [@nkint](https://github.com/nkint) | ||
If this project contributes to an academic publication, please cite it as: | ||
@@ -133,2 +123,2 @@ | ||
© 2013 - 2022 Karsten Schmidt // Apache Software License 2.0 | ||
© 2013 - 2022 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
106560
120
Updated@thi.ng/api@^8.6.0